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-02-14 17:04:27.859662723 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-14 17:09:42.714734450 +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 +-------+------------+---------------+-------------+---------------------- + 40778 | | 0 | 40778 | pktable_pkey + 40774 | | 0 | 40774 | pktable + 40780 | | 0 | 40780 | fktable + 41251 | | 0 | 41256 | foo + 41260 | | 0 | 41260 | pg_toast_41251_index + 41259 | | 0 | 41259 | pg_toast_41251 + 41510 | | 0 | 41510 | old_oids + 41527 | | 0 | 41527 | pg_toast_41524 + 41528 | | 0 | 41528 | pg_toast_41524_index + 41524 | | 0 | 41524 | recur2 + 41519 | | 0 | 41519 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.