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-11-18 23:17:47.186053424 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-18 23:22:51.964035861 +0000 @@ -3481,9 +3481,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 +-------+------------+---------------+-------------+---------------------- + 39581 | | 0 | 39581 | pktable_pkey + 39576 | | 0 | 39576 | pktable + 39583 | | 0 | 39583 | fktable + 40107 | | 0 | 40116 | foo + 40120 | | 0 | 40120 | pg_toast_40107_index + 40119 | | 0 | 40119 | pg_toast_40107 + 40339 | | 0 | 40339 | old_oids + 40356 | | 0 | 40356 | pg_toast_40353 + 40357 | | 0 | 40357 | pg_toast_40353_index + 40353 | | 0 | 40353 | recur2 + 40348 | | 0 | 40348 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.