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-03-25 09:05:27.185294989 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-25 09:08:50.353186422 +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 +-------+------------+---------------+-------------+---------------------- + 37563 | | 0 | 37563 | pktable_pkey + 37556 | | 0 | 37556 | pktable + 37567 | | 0 | 37567 | fktable + 38215 | | 0 | 38221 | foo + 38225 | | 0 | 38225 | pg_toast_38215_index + 38224 | | 0 | 38224 | pg_toast_38215 + 38456 | | 0 | 38456 | old_oids + 38474 | | 0 | 38474 | pg_toast_38471 + 38475 | | 0 | 38475 | pg_toast_38471_index + 38471 | | 0 | 38471 | recur2 + 38466 | | 0 | 38466 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.