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 2025-01-30 22:45:46.499609534 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-30 22:50:29.427175753 +0000 @@ -3504,9 +3504,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 +-------+------------+---------------+-------------+---------------------- + 40234 | | 0 | 40234 | pktable_pkey + 40230 | | 0 | 40230 | pktable + 40237 | | 0 | 40237 | fktable + 40687 | | 0 | 40692 | foo + 40696 | | 0 | 40696 | pg_toast_40687_index + 40695 | | 0 | 40695 | pg_toast_40687 + 40962 | | 0 | 40962 | old_oids + 40979 | | 0 | 40979 | pg_toast_40976 + 40980 | | 0 | 40980 | pg_toast_40976_index + 40976 | | 0 | 40976 | recur2 + 40971 | | 0 | 40971 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.