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-05-03 06:45:41.361178110 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-05-03 06:47:47.329166399 +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 +-------+------------+---------------+-------------+---------------------- + 37982 | | 0 | 37982 | pg_toast_37976_index + 37976 | | 0 | 37976 | users + 38202 | | 0 | 38202 | foo + 37975 | | 0 | 37975 | users_id_seq + 37981 | | 0 | 37981 | pg_toast_37976 + 38518 | | 0 | 38518 | forc_test + 38916 | | 0 | 38916 | pg_toast_38913 + 38917 | | 0 | 38917 | pg_toast_38913_index + 38913 | | 0 | 38913 | rtype + 37857 | | 0 | 37857 | pktable_pkey + 37854 | | 0 | 37854 | pktable + 37859 | | 0 | 37859 | fktable + 38340 | | 0 | 38346 | foo + 38350 | | 0 | 38350 | pg_toast_38340_index + 38349 | | 0 | 38349 | pg_toast_38340 + 38560 | | 0 | 38560 | old_oids + 38578 | | 0 | 38578 | pg_toast_38575 + 38579 | | 0 | 38579 | pg_toast_38575_index + 38575 | | 0 | 38575 | recur2 + 38570 | | 0 | 38570 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.