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-13 08:16:34.609539462 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-13 08:18:52.025472228 +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 +-------+------------+---------------+-------------+---------------------- + 37881 | | 0 | 37881 | users_id_seq + 37891 | | 0 | 37891 | pg_toast_37882 + 37893 | | 0 | 37893 | pg_toast_37882_index + 37882 | | 0 | 37882 | users + 38079 | | 0 | 38079 | foo + 38179 | | 0 | 38179 | forc_test + 38858 | | 0 | 38858 | pg_toast_38855 + 38859 | | 0 | 38859 | pg_toast_38855_index + 38855 | | 0 | 38855 | rtype + 37744 | | 0 | 37744 | pktable_pkey + 37740 | | 0 | 37740 | pktable + 37746 | | 0 | 37746 | fktable + 38339 | | 0 | 38344 | foo + 38348 | | 0 | 38348 | pg_toast_38339_index + 38347 | | 0 | 38347 | pg_toast_38339 + 38545 | | 0 | 38545 | old_oids + 38563 | | 0 | 38563 | pg_toast_38560 + 38564 | | 0 | 38564 | pg_toast_38560_index + 38560 | | 0 | 38560 | recur2 + 38555 | | 0 | 38555 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.