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-02-23 22:53:59.347659558 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-02-23 22:57:39.939529203 +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 +-------+------------+---------------+-------------+---------------------- + 36795 | | 0 | 36795 | users_id_seq + 36801 | | 0 | 36801 | pg_toast_36796 + 36802 | | 0 | 36802 | pg_toast_36796_index + 36796 | | 0 | 36796 | users + 37002 | | 0 | 37002 | foo + 37318 | | 0 | 37318 | forc_test + 37714 | | 0 | 37714 | pg_toast_37711 + 37715 | | 0 | 37715 | pg_toast_37711_index + 37711 | | 0 | 37711 | rtype + 36623 | | 0 | 36623 | pktable_pkey + 36620 | | 0 | 36620 | pktable + 36625 | | 0 | 36625 | fktable + 37134 | | 0 | 37140 | foo + 37144 | | 0 | 37144 | pg_toast_37134_index + 37143 | | 0 | 37143 | pg_toast_37134 + 37364 | | 0 | 37364 | old_oids + 37382 | | 0 | 37382 | pg_toast_37379 + 37383 | | 0 | 37383 | pg_toast_37379_index + 37379 | | 0 | 37379 | recur2 + 37374 | | 0 | 37374 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.