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-10-22 05:22:18.758300351 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-22 05:25:42.302901175 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37843 | | 0 | 37843 | pktable_pkey + 37840 | | 0 | 37840 | pktable + 37845 | | 0 | 37845 | fktable + 38336 | | 0 | 38342 | foo + 38346 | | 0 | 38346 | pg_toast_38336_index + 38345 | | 0 | 38345 | pg_toast_38336 + 38551 | | 0 | 38551 | old_oids + 38573 | | 0 | 38573 | pg_toast_38570 + 38574 | | 0 | 38574 | pg_toast_38570_index + 38570 | | 0 | 38570 | recur2 + 38560 | | 0 | 38560 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.