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-09 07:22:11.193565861 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-09 07:25:20.181976733 +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 +-------+------------+---------------+-------------+---------------------- + 39592 | | 0 | 39592 | pktable_pkey + 39588 | | 0 | 39588 | pktable + 39594 | | 0 | 39594 | fktable + 40129 | | 0 | 40135 | foo + 40139 | | 0 | 40139 | pg_toast_40129_index + 40138 | | 0 | 40138 | pg_toast_40129 + 40351 | | 0 | 40351 | old_oids + 40369 | | 0 | 40369 | pg_toast_40366 + 40370 | | 0 | 40370 | pg_toast_40366_index + 40366 | | 0 | 40366 | recur2 + 40361 | | 0 | 40361 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.