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-08-20 22:07:13.181817752 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-20 22:10:21.523820735 +0000 @@ -3492,9 +3492,29 @@ 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 +-------+------------+---------------+-------------+---------------------- + 37061 | | 0 | 37061 | forc_test + 36566 | | 0 | 36566 | users_id_seq + 36577 | | 0 | 36577 | pg_toast_36569 + 36578 | | 0 | 36578 | pg_toast_36569_index + 36569 | | 0 | 36569 | users + 36832 | | 0 | 36832 | foo + 37579 | | 0 | 37579 | pg_toast_37576 + 37580 | | 0 | 37580 | pg_toast_37576_index + 37576 | | 0 | 37576 | rtype + 36600 | | 0 | 36600 | pktable_pkey + 36597 | | 0 | 36597 | pktable + 36602 | | 0 | 36602 | fktable + 37093 | | 0 | 37098 | foo + 37102 | | 0 | 37102 | pg_toast_37093_index + 37101 | | 0 | 37101 | pg_toast_37093 + 37303 | | 0 | 37303 | old_oids + 37321 | | 0 | 37321 | pg_toast_37318 + 37322 | | 0 | 37322 | pg_toast_37318_index + 37318 | | 0 | 37318 | recur2 + 37313 | | 0 | 37313 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.