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-17 10:00:40.081457412 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-17 10:04:54.434687707 +0000 @@ -3498,9 +3498,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 +-------+------------+---------------+-------------+---------------------- + 39977 | | 0 | 39977 | pktable_pkey + 39973 | | 0 | 39973 | pktable + 39980 | | 0 | 39980 | fktable + 40507 | | 0 | 40516 | foo + 40520 | | 0 | 40520 | pg_toast_40507_index + 40519 | | 0 | 40519 | pg_toast_40507 + 40733 | | 0 | 40733 | old_oids + 40750 | | 0 | 40750 | pg_toast_40747 + 40751 | | 0 | 40751 | pg_toast_40747_index + 40747 | | 0 | 40747 | recur2 + 40742 | | 0 | 40742 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.