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-04-29 11:05:38.449063816 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-04-29 11:07:45.672949148 +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 +-------+------------+---------------+-------------+---------------------- + 38877 | | 0 | 38877 | pg_toast_38874 + 37964 | | 0 | 37964 | users_id_seq + 37970 | | 0 | 37970 | pg_toast_37965 + 37971 | | 0 | 37971 | pg_toast_37965_index + 37965 | | 0 | 37965 | users + 38134 | | 0 | 38134 | foo + 38343 | | 0 | 38343 | forc_test + 38878 | | 0 | 38878 | pg_toast_38874_index + 38874 | | 0 | 38874 | rtype + 37765 | | 0 | 37765 | pktable_pkey + 37762 | | 0 | 37762 | pktable + 37770 | | 0 | 37770 | fktable + 38304 | | 0 | 38309 | foo + 38313 | | 0 | 38313 | pg_toast_38304_index + 38312 | | 0 | 38312 | pg_toast_38304 + 38534 | | 0 | 38534 | old_oids + 38552 | | 0 | 38552 | pg_toast_38549 + 38553 | | 0 | 38553 | pg_toast_38549_index + 38549 | | 0 | 38549 | recur2 + 38544 | | 0 | 38544 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.