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-03 06:45:40.773385309 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-05-03 06:48:06.273358616 +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 +-------+------------+---------------+-------------+---------------------- + 37970 | | 0 | 37970 | pktable_pkey + 37967 | | 0 | 37967 | pktable + 37972 | | 0 | 37972 | fktable + 38476 | | 0 | 38481 | foo + 38485 | | 0 | 38485 | pg_toast_38476_index + 38484 | | 0 | 38484 | pg_toast_38476 + 38685 | | 0 | 38685 | old_oids + 38702 | | 0 | 38702 | pg_toast_38699 + 38703 | | 0 | 38703 | pg_toast_38699_index + 38699 | | 0 | 38699 | recur2 + 38694 | | 0 | 38694 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.