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-09-28 03:22:08.794310796 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-28 03:25:06.881990571 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 37767 | | 0 | 37767 | pktable_pkey + 37763 | | 0 | 37763 | pktable + 37771 | | 0 | 37771 | fktable + 38252 | | 0 | 38257 | foo + 38261 | | 0 | 38261 | pg_toast_38252_index + 38260 | | 0 | 38260 | pg_toast_38252 + 38479 | | 0 | 38479 | old_oids + 38497 | | 0 | 38497 | pg_toast_38494 + 38498 | | 0 | 38498 | pg_toast_38494_index + 38494 | | 0 | 38494 | recur2 + 38489 | | 0 | 38489 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.