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-11-01 03:42:15.595810841 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-01 03:45:59.589316562 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37982 | | 0 | 37982 | pktable_pkey + 37979 | | 0 | 37979 | pktable + 37984 | | 0 | 37984 | fktable + 38480 | | 0 | 38485 | foo + 38489 | | 0 | 38489 | pg_toast_38480_index + 38488 | | 0 | 38488 | pg_toast_38480 + 38694 | | 0 | 38694 | old_oids + 38713 | | 0 | 38713 | pg_toast_38710 + 38714 | | 0 | 38714 | pg_toast_38710_index + 38710 | | 0 | 38710 | recur2 + 38704 | | 0 | 38704 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.