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-10-16 12:34:26.855371274 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-16 12:37:45.574947295 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37831 | | 0 | 37831 | users_id_seq + 37842 | | 0 | 37842 | pg_toast_37832 + 37843 | | 0 | 37843 | pg_toast_37832_index + 37832 | | 0 | 37832 | users + 38018 | | 0 | 38018 | foo + 38195 | | 0 | 38195 | forc_test + 38690 | | 0 | 38690 | pg_toast_38687 + 38692 | | 0 | 38692 | pg_toast_38687_index + 38687 | | 0 | 38687 | rtype + 37808 | | 0 | 37808 | pktable_pkey + 37805 | | 0 | 37805 | pktable + 37811 | | 0 | 37811 | fktable + 38302 | | 0 | 38308 | foo + 38312 | | 0 | 38312 | pg_toast_38302_index + 38311 | | 0 | 38311 | pg_toast_38302 + 38511 | | 0 | 38511 | old_oids + 38531 | | 0 | 38531 | pg_toast_38528 + 38532 | | 0 | 38532 | pg_toast_38528_index + 38528 | | 0 | 38528 | recur2 + 38523 | | 0 | 38523 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.