diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-03-13 11:27:33.559735778 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-13 11:30:43.703499612 +0000 @@ -3476,9 +3476,29 @@ 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 +-------+------------+---------------+-------------+---------------------- + 37065 | | 0 | 37065 | users_id_seq + 37071 | | 0 | 37071 | pg_toast_37066 + 37073 | | 0 | 37073 | pg_toast_37066_index + 37066 | | 0 | 37066 | users + 37297 | | 0 | 37297 | foo + 37583 | | 0 | 37583 | forc_test + 37965 | | 0 | 37965 | pg_toast_37962 + 37966 | | 0 | 37966 | pg_toast_37962_index + 37962 | | 0 | 37962 | rtype + 36742 | | 0 | 36742 | pktable_pkey + 36739 | | 0 | 36739 | pktable + 36747 | | 0 | 36747 | fktable + 37307 | | 0 | 37312 | foo + 37316 | | 0 | 37316 | pg_toast_37307_index + 37315 | | 0 | 37315 | pg_toast_37307 + 37519 | | 0 | 37519 | old_oids + 37537 | | 0 | 37537 | pg_toast_37534 + 37538 | | 0 | 37538 | pg_toast_37534_index + 37534 | | 0 | 37534 | recur2 + 37529 | | 0 | 37529 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.