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-02-20 04:28:58.153904008 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-02-20 04:32:23.709748321 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 36840 | | 0 | 36840 | pktable_pkey + 36836 | | 0 | 36836 | pktable + 36842 | | 0 | 36842 | fktable + 37345 | | 0 | 37352 | foo + 37356 | | 0 | 37356 | pg_toast_37345_index + 37355 | | 0 | 37355 | pg_toast_37345 + 37561 | | 0 | 37561 | old_oids + 37580 | | 0 | 37580 | pg_toast_37577 + 37581 | | 0 | 37581 | pg_toast_37577_index + 37577 | | 0 | 37577 | recur2 + 37572 | | 0 | 37572 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.