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-12-10 06:51:02.794243223 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-12-10 06:54:08.732811158 +0000 @@ -3481,9 +3481,20 @@ 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 +-------+------------+---------------+-------------+---------------------- + 39758 | | 0 | 39758 | pktable_pkey + 39754 | | 0 | 39754 | pktable + 39761 | | 0 | 39761 | fktable + 40238 | | 0 | 40243 | foo + 40247 | | 0 | 40247 | pg_toast_40238_index + 40246 | | 0 | 40246 | pg_toast_40238 + 40518 | | 0 | 40518 | old_oids + 40537 | | 0 | 40537 | pg_toast_40534 + 40538 | | 0 | 40538 | pg_toast_40534_index + 40534 | | 0 | 40534 | recur2 + 40529 | | 0 | 40529 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.