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-03-23 12:19:06.450676521 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-23 12:21:23.914674547 +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 +-------+------------+---------------+-------------+---------------------- + 37067 | | 0 | 37067 | pktable_pkey + 37064 | | 0 | 37064 | pktable + 37071 | | 0 | 37071 | fktable + 37636 | | 0 | 37641 | foo + 37645 | | 0 | 37645 | pg_toast_37636_index + 37644 | | 0 | 37644 | pg_toast_37636 + 37860 | | 0 | 37860 | old_oids + 37878 | | 0 | 37878 | pg_toast_37875 + 37879 | | 0 | 37879 | pg_toast_37875_index + 37875 | | 0 | 37875 | recur2 + 37870 | | 0 | 37870 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.