diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-03-25 09:05:27.529495457 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-25 09:08:49.657501417 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 37691 | | 0 | 37691 | users_id_seq + 37697 | | 0 | 37697 | pg_toast_37692 + 37698 | | 0 | 37698 | pg_toast_37692_index + 37692 | | 0 | 37692 | users + 38049 | | 0 | 38049 | foo + 38269 | | 0 | 38269 | forc_test + 38668 | | 0 | 38668 | pg_toast_38665 + 38669 | | 0 | 38669 | pg_toast_38665_index + 38665 | | 0 | 38665 | rtype + 37552 | | 0 | 37552 | pktable_pkey + 37549 | | 0 | 37549 | pktable + 37554 | | 0 | 37554 | fktable + 38085 | | 0 | 38090 | foo + 38094 | | 0 | 38094 | pg_toast_38085_index + 38093 | | 0 | 38093 | pg_toast_38085 + 38314 | | 0 | 38314 | old_oids + 38332 | | 0 | 38332 | pg_toast_38329 + 38333 | | 0 | 38333 | pg_toast_38329_index + 38329 | | 0 | 38329 | recur2 + 38323 | | 0 | 38323 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.