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-28 14:15:49.573840160 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-28 14:20:53.390441066 +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 +-------+------------+---------------+-------------+---------------------- + 39689 | | 0 | 39689 | pktable_pkey + 39685 | | 0 | 39685 | pktable + 39691 | | 0 | 39691 | fktable + 40168 | | 0 | 40173 | foo + 40177 | | 0 | 40177 | pg_toast_40168_index + 40176 | | 0 | 40176 | pg_toast_40168 + 40445 | | 0 | 40445 | old_oids + 40462 | | 0 | 40462 | pg_toast_40459 + 40463 | | 0 | 40463 | pg_toast_40459_index + 40459 | | 0 | 40459 | recur2 + 40454 | | 0 | 40454 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.