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-06 18:26:11.351230084 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-06 18:29:39.280586023 +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 +-------+------------+---------------+-------------+---------------------- + 36640 | | 0 | 36640 | pktable_pkey + 36632 | | 0 | 36632 | pktable + 36642 | | 0 | 36642 | fktable + 37113 | | 0 | 37120 | foo + 37124 | | 0 | 37124 | pg_toast_37113_index + 37123 | | 0 | 37123 | pg_toast_37113 + 37327 | | 0 | 37327 | old_oids + 37345 | | 0 | 37345 | pg_toast_37342 + 37346 | | 0 | 37346 | pg_toast_37342_index + 37342 | | 0 | 37342 | recur2 + 37337 | | 0 | 37337 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.