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-12-13 17:41:06.558326659 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-12-13 17:44:23.371320611 +0000 @@ -3488,9 +3488,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 +-------+------------+---------------+-------------+---------------------- + 39769 | | 0 | 39769 | pktable_pkey + 39765 | | 0 | 39765 | pktable + 39771 | | 0 | 39771 | fktable + 40228 | | 0 | 40233 | foo + 40237 | | 0 | 40237 | pg_toast_40228_index + 40236 | | 0 | 40236 | pg_toast_40228 + 40452 | | 0 | 40452 | old_oids + 40470 | | 0 | 40470 | pg_toast_40467 + 40471 | | 0 | 40471 | pg_toast_40467_index + 40467 | | 0 | 40467 | recur2 + 40462 | | 0 | 40462 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.