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-03-09 05:45:31.455827966 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-09 05:50:20.431605411 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 36911 | | 0 | 36911 | pktable_pkey + 36908 | | 0 | 36908 | pktable + 36913 | | 0 | 36913 | fktable + 37486 | | 0 | 37491 | foo + 37495 | | 0 | 37495 | pg_toast_37486_index + 37494 | | 0 | 37494 | pg_toast_37486 + 37724 | | 0 | 37724 | old_oids + 37744 | | 0 | 37744 | pg_toast_37741 + 37746 | | 0 | 37746 | pg_toast_37741_index + 37741 | | 0 | 37741 | recur2 + 37735 | | 0 | 37735 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.