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-29 23:44:07.465858919 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-29 23:47:02.583989073 +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 +-------+------------+---------------+-------------+---------------------- + 37508 | | 0 | 37508 | rtype + 36625 | | 0 | 36625 | users_id_seq + 36630 | | 0 | 36630 | pg_toast_36626 + 36632 | | 0 | 36632 | pg_toast_36626_index + 36626 | | 0 | 36626 | users + 36903 | | 0 | 36903 | foo + 37058 | | 0 | 37058 | forc_test + 37511 | | 0 | 37511 | pg_toast_37508 + 37512 | | 0 | 37512 | pg_toast_37508_index + 36574 | | 0 | 36574 | pktable_pkey + 36570 | | 0 | 36570 | pktable + 36576 | | 0 | 36576 | fktable + 37099 | | 0 | 37104 | foo + 37108 | | 0 | 37108 | pg_toast_37099_index + 37107 | | 0 | 37107 | pg_toast_37099 + 37309 | | 0 | 37309 | old_oids + 37327 | | 0 | 37327 | pg_toast_37324 + 37328 | | 0 | 37328 | pg_toast_37324_index + 37324 | | 0 | 37324 | recur2 + 37319 | | 0 | 37319 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.