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 2025-01-30 03:24:48.863933437 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-30 03:29:30.920679494 +0000 @@ -3504,9 +3504,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 +-------+------------+---------------+-------------+---------------------- + 40204 | | 0 | 40204 | pktable_pkey + 40200 | | 0 | 40200 | pktable + 40206 | | 0 | 40206 | fktable + 40683 | | 0 | 40688 | foo + 40692 | | 0 | 40692 | pg_toast_40683_index + 40691 | | 0 | 40691 | pg_toast_40683 + 40958 | | 0 | 40958 | old_oids + 40975 | | 0 | 40975 | pg_toast_40972 + 40976 | | 0 | 40976 | pg_toast_40972_index + 40972 | | 0 | 40972 | recur2 + 40967 | | 0 | 40967 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.