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-07 04:09:04.432744501 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-07 04:12:08.989929241 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 38032 | | 0 | 38032 | pg_toast_38028 + 38027 | | 0 | 38027 | users_id_seq + 38033 | | 0 | 38033 | pg_toast_38028_index + 38028 | | 0 | 38028 | users + 38189 | | 0 | 38189 | foo + 37983 | | 0 | 37983 | pktable_pkey + 37980 | | 0 | 37980 | pktable + 37986 | | 0 | 37986 | fktable + 38320 | | 0 | 38320 | forc_test + 38885 | | 0 | 38885 | pg_toast_38882 + 38886 | | 0 | 38886 | pg_toast_38882_index + 38882 | | 0 | 38882 | rtype + 38502 | | 0 | 38507 | foo + 38511 | | 0 | 38511 | pg_toast_38502_index + 38510 | | 0 | 38510 | pg_toast_38502 + 38706 | | 0 | 38706 | old_oids + 38724 | | 0 | 38724 | pg_toast_38721 + 38725 | | 0 | 38725 | pg_toast_38721_index + 38721 | | 0 | 38721 | recur2 + 38715 | | 0 | 38715 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.