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-11 03:00:47.216882157 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-11 03:03:56.085013312 +0000 @@ -3491,9 +3491,20 @@ 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 +-------+------------+---------------+-------------+---------------------- + 37781 | | 0 | 37781 | pktable_pkey + 37778 | | 0 | 37778 | pktable + 37783 | | 0 | 37783 | fktable + 38294 | | 0 | 38299 | foo + 38304 | | 0 | 38304 | pg_toast_38294_index + 38303 | | 0 | 38303 | pg_toast_38294 + 38516 | | 0 | 38516 | old_oids + 38535 | | 0 | 38535 | pg_toast_38532 + 38536 | | 0 | 38536 | pg_toast_38532_index + 38532 | | 0 | 38532 | recur2 + 38526 | | 0 | 38526 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.