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-02-01 05:54:51.768203498 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-01 05:59:29.454703163 +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 +-------+------------+---------------+-------------+---------------------- + 40943 | | 0 | 40943 | recur1 + 40199 | | 0 | 40199 | pktable_pkey + 40195 | | 0 | 40195 | pktable + 40201 | | 0 | 40201 | fktable + 40674 | | 0 | 40681 | foo + 40685 | | 0 | 40685 | pg_toast_40674_index + 40684 | | 0 | 40684 | pg_toast_40674 + 40922 | | 0 | 40922 | old_oids + 40956 | | 0 | 40956 | pg_toast_40953 + 40957 | | 0 | 40957 | pg_toast_40953_index + 40953 | | 0 | 40953 | recur2 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.