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-13 11:01:45.562642878 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-13 11:06:57.768151101 +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 +-------+------------+---------------+-------------+---------------------- + 39593 | | 0 | 39593 | pktable_pkey + 39589 | | 0 | 39589 | pktable + 39598 | | 0 | 39598 | fktable + 40131 | | 0 | 40136 | foo + 40140 | | 0 | 40140 | pg_toast_40131_index + 40139 | | 0 | 40139 | pg_toast_40131 + 40354 | | 0 | 40354 | old_oids + 40373 | | 0 | 40373 | pg_toast_40370 + 40374 | | 0 | 40374 | pg_toast_40370_index + 40370 | | 0 | 40370 | recur2 + 40365 | | 0 | 40365 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.