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-22 04:43:13.798007240 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-22 04:46:21.213746797 +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 +-------+------------+---------------+-------------+---------------------- + 37751 | | 0 | 37751 | pktable_pkey + 37748 | | 0 | 37748 | pktable + 37753 | | 0 | 37753 | fktable + 38235 | | 0 | 38240 | foo + 38244 | | 0 | 38244 | pg_toast_38235_index + 38243 | | 0 | 38243 | pg_toast_38235 + 38452 | | 0 | 38452 | old_oids + 38469 | | 0 | 38469 | pg_toast_38466 + 38470 | | 0 | 38470 | pg_toast_38466_index + 38466 | | 0 | 38466 | recur2 + 38461 | | 0 | 38461 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.