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-21 13:34:11.965124779 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-21 13:36:33.285024269 +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 +-------+------------+---------------+-------------+---------------------- + 37084 | | 0 | 37084 | users_id_seq + 37090 | | 0 | 37090 | pg_toast_37085 + 37091 | | 0 | 37091 | pg_toast_37085_index + 37085 | | 0 | 37085 | users + 37329 | | 0 | 37329 | foo + 37639 | | 0 | 37639 | forc_test + 38128 | | 0 | 38128 | pg_toast_38125 + 38129 | | 0 | 38129 | pg_toast_38125_index + 38125 | | 0 | 38125 | rtype + 37124 | | 0 | 37124 | pktable_pkey + 37121 | | 0 | 37121 | pktable + 37126 | | 0 | 37126 | fktable + 37634 | | 0 | 37642 | foo + 37646 | | 0 | 37646 | pg_toast_37634_index + 37645 | | 0 | 37645 | pg_toast_37634 + 37850 | | 0 | 37850 | old_oids + 37867 | | 0 | 37867 | pg_toast_37864 + 37869 | | 0 | 37869 | pg_toast_37864_index + 37864 | | 0 | 37864 | recur2 + 37859 | | 0 | 37859 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.