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-04-23 19:37:10.834560076 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-23 19:39:31.882457349 +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 +-------+------------+---------------+-------------+---------------------- + 37963 | | 0 | 37963 | pg_toast_37957_index + 37957 | | 0 | 37957 | users + 37956 | | 0 | 37956 | users_id_seq + 37962 | | 0 | 37962 | pg_toast_37957 + 38160 | | 0 | 38160 | foo + 38472 | | 0 | 38472 | forc_test + 37906 | | 0 | 37906 | pktable_pkey + 37903 | | 0 | 37903 | pktable + 37909 | | 0 | 37909 | fktable + 38429 | | 0 | 38434 | foo + 38438 | | 0 | 38438 | pg_toast_38429_index + 38437 | | 0 | 38437 | pg_toast_38429 + 38927 | | 0 | 38927 | pg_toast_38924 + 38928 | | 0 | 38928 | pg_toast_38924_index + 38924 | | 0 | 38924 | rtype + 38645 | | 0 | 38645 | old_oids + 38662 | | 0 | 38662 | pg_toast_38659 + 38663 | | 0 | 38663 | pg_toast_38659_index + 38659 | | 0 | 38659 | recur2 + 38654 | | 0 | 38654 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.