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-05-05 05:17:44.831470955 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-05-05 05:20:01.811373715 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 37965 | | 0 | 37965 | pktable_pkey + 37962 | | 0 | 37962 | pktable + 37967 | | 0 | 37967 | fktable + 38478 | | 0 | 38484 | foo + 38488 | | 0 | 38488 | pg_toast_38478_index + 38487 | | 0 | 38487 | pg_toast_38478 + 38705 | | 0 | 38705 | old_oids + 38723 | | 0 | 38723 | pg_toast_38720 + 38724 | | 0 | 38724 | pg_toast_38720_index + 38720 | | 0 | 38720 | recur2 + 38715 | | 0 | 38715 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.