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-08 17:35:06.898456359 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-08 17:39:55.028192007 +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 +-------+------------+---------------+-------------+---------------------- + 36610 | | 0 | 36610 | pktable_pkey + 36604 | | 0 | 36604 | pktable + 36614 | | 0 | 36614 | fktable + 37136 | | 0 | 37142 | foo + 37146 | | 0 | 37146 | pg_toast_37136_index + 37145 | | 0 | 37145 | pg_toast_37136 + 37362 | | 0 | 37362 | old_oids + 37380 | | 0 | 37380 | pg_toast_37377 + 37381 | | 0 | 37381 | pg_toast_37377_index + 37377 | | 0 | 37377 | recur2 + 37372 | | 0 | 37372 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.