diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-08-22 17:16:10.229128471 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-22 17:19:47.782754235 +0000 @@ -3492,9 +3492,26 @@ WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid; SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL; - oid | mapped_oid | reltablespace | relfilenode | relname ------+------------+---------------+-------------+--------- -(0 rows) + oid | mapped_oid | reltablespace | relfilenode | relname +-------+------------+---------------+-------------+---------------------- + 36676 | | 0 | 36676 | users_id_seq + 36685 | | 0 | 36685 | pg_toast_36680 + 36686 | | 0 | 36686 | pg_toast_36680_index + 36680 | | 0 | 36680 | users + 36891 | | 0 | 36891 | foo + 37303 | | 0 | 37303 | forc_test + 36588 | | 0 | 36588 | pktable_pkey + 36585 | | 0 | 36585 | pktable + 36590 | | 0 | 36590 | fktable + 37074 | | 0 | 37081 | foo + 37085 | | 0 | 37085 | pg_toast_37074_index + 37084 | | 0 | 37084 | pg_toast_37074 + 37283 | | 0 | 37283 | old_oids + 37301 | | 0 | 37301 | pg_toast_37298 + 37302 | | 0 | 37302 | pg_toast_37298_index + 37298 | | 0 | 37298 | recur2 + 37293 | | 0 | 37293 | recur1 +(17 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.