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-02-29 18:43:24.408398178 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-02-29 18:47:44.580265893 +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 +-------+------------+---------------+-------------+---------------------- + 36776 | | 0 | 36776 | users_id_seq + 36782 | | 0 | 36782 | pg_toast_36777 + 36783 | | 0 | 36783 | pg_toast_36777_index + 36777 | | 0 | 36777 | users + 37041 | | 0 | 37041 | foo + 37365 | | 0 | 37365 | forc_test + 37819 | | 0 | 37819 | pg_toast_37816 + 37820 | | 0 | 37820 | pg_toast_37816_index + 37816 | | 0 | 37816 | rtype + 36736 | | 0 | 36736 | pktable_pkey + 36733 | | 0 | 36733 | pktable + 36740 | | 0 | 36740 | fktable + 37252 | | 0 | 37257 | foo + 37261 | | 0 | 37261 | pg_toast_37252_index + 37260 | | 0 | 37260 | pg_toast_37252 + 37470 | | 0 | 37470 | old_oids + 37490 | | 0 | 37490 | pg_toast_37487 + 37491 | | 0 | 37491 | pg_toast_37487_index + 37487 | | 0 | 37487 | recur2 + 37481 | | 0 | 37481 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.