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-02-25 19:17:04.626516372 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-02-25 19:20:24.202395143 +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 +-------+------------+---------------+-------------+---------------------- + 36704 | | 0 | 36704 | users_id_seq + 36710 | | 0 | 36710 | pg_toast_36705 + 36711 | | 0 | 36711 | pg_toast_36705_index + 36705 | | 0 | 36705 | users + 36860 | | 0 | 36860 | foo + 37054 | | 0 | 37054 | forc_test + 36762 | | 0 | 36762 | pktable_pkey + 36758 | | 0 | 36758 | pktable + 36766 | | 0 | 36766 | fktable + 37291 | | 0 | 37297 | foo + 37301 | | 0 | 37301 | pg_toast_37291_index + 37300 | | 0 | 37300 | pg_toast_37291 + 37672 | | 0 | 37672 | pg_toast_37669 + 37673 | | 0 | 37673 | pg_toast_37669_index + 37669 | | 0 | 37669 | rtype + 37505 | | 0 | 37505 | old_oids + 37524 | | 0 | 37524 | pg_toast_37521 + 37525 | | 0 | 37525 | pg_toast_37521_index + 37521 | | 0 | 37521 | recur2 + 37516 | | 0 | 37516 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.