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-24 11:42:10.576828450 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-24 11:45:11.049700337 +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 +-------+------------+---------------+-------------+---------------------- + 36635 | | 0 | 36635 | pktable_pkey + 36632 | | 0 | 36632 | pktable + 36638 | | 0 | 36638 | fktable + 37131 | | 0 | 37144 | foo + 37148 | | 0 | 37148 | pg_toast_37131_index + 37147 | | 0 | 37147 | pg_toast_37131 + 37375 | | 0 | 37375 | old_oids + 37393 | | 0 | 37393 | pg_toast_37390 + 37394 | | 0 | 37394 | pg_toast_37390_index + 37390 | | 0 | 37390 | recur2 + 37385 | | 0 | 37385 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.