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-09-26 04:19:43.926102925 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-26 04:22:49.932799331 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 37784 | | 0 | 37784 | pktable_pkey + 37781 | | 0 | 37781 | pktable + 37787 | | 0 | 37787 | fktable + 38257 | | 0 | 38262 | foo + 38266 | | 0 | 38266 | pg_toast_38257_index + 38265 | | 0 | 38265 | pg_toast_38257 + 38470 | | 0 | 38470 | old_oids + 38487 | | 0 | 38487 | pg_toast_38484 + 38488 | | 0 | 38488 | pg_toast_38484_index + 38484 | | 0 | 38484 | recur2 + 38479 | | 0 | 38479 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.