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-23 22:53:59.477808953 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-02-23 22:57:29.717674543 +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 +-------+------------+---------------+-------------+---------------------- + 36743 | | 0 | 36743 | pktable_pkey + 36740 | | 0 | 36740 | pktable + 36746 | | 0 | 36746 | fktable + 37321 | | 0 | 37326 | foo + 37330 | | 0 | 37330 | pg_toast_37321_index + 37329 | | 0 | 37329 | pg_toast_37321 + 37541 | | 0 | 37541 | old_oids + 37566 | | 0 | 37566 | pg_toast_37563 + 37567 | | 0 | 37567 | pg_toast_37563_index + 37563 | | 0 | 37563 | recur2 + 37554 | | 0 | 37554 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.