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-07 01:05:47.962968387 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-07 01:09:41.582796491 +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 +-------+------------+---------------+-------------+---------------------- + 37336 | | 0 | 37336 | foo + 36959 | | 0 | 36959 | users_id_seq + 36968 | | 0 | 36968 | pg_toast_36963 + 36969 | | 0 | 36969 | pg_toast_36963_index + 36963 | | 0 | 36963 | users + 37583 | | 0 | 37583 | forc_test + 37873 | | 0 | 37873 | pg_toast_37870 + 37874 | | 0 | 37874 | pg_toast_37870_index + 37870 | | 0 | 37870 | rtype + 36735 | | 0 | 36735 | pktable_pkey + 36732 | | 0 | 36732 | pktable + 36737 | | 0 | 36737 | fktable + 37226 | | 0 | 37231 | foo + 37235 | | 0 | 37235 | pg_toast_37226_index + 37234 | | 0 | 37234 | pg_toast_37226 + 37433 | | 0 | 37433 | old_oids + 37451 | | 0 | 37451 | pg_toast_37448 + 37452 | | 0 | 37452 | pg_toast_37448_index + 37448 | | 0 | 37448 | recur2 + 37443 | | 0 | 37443 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.