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-22 06:30:51.339454695 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-22 06:35:48.398562566 +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 + 39577 | | 0 | 39577 | pktable + 39584 | | 0 | 39584 | fktable + 40117 | | 0 | 40122 | foo + 40126 | | 0 | 40126 | pg_toast_40117_index + 40125 | | 0 | 40125 | pg_toast_40117 + 40348 | | 0 | 40348 | old_oids + 40368 | | 0 | 40368 | pg_toast_40365 + 40369 | | 0 | 40369 | pg_toast_40365_index + 40365 | | 0 | 40365 | recur2 + 40360 | | 0 | 40360 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.