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-28 02:07:13.967604504 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-28 02:10:25.166201047 +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 +-------+------------+---------------+-------------+---------------------- + 36654 | | 0 | 36654 | pktable_pkey + 36651 | | 0 | 36651 | pktable + 36660 | | 0 | 36660 | fktable + 37097 | | 0 | 37102 | foo + 37106 | | 0 | 37106 | pg_toast_37097_index + 37105 | | 0 | 37105 | pg_toast_37097 + 37312 | | 0 | 37312 | old_oids + 37338 | | 0 | 37338 | pg_toast_37335 + 37339 | | 0 | 37339 | pg_toast_37335_index + 37335 | | 0 | 37335 | recur2 + 37325 | | 0 | 37325 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.