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-03-13 11:27:25.927364516 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-13 11:30:58.379032834 +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 +-------+------------+---------------+-------------+---------------------- + 36970 | | 0 | 36970 | pg_toast_36965 + 36971 | | 0 | 36971 | pg_toast_36965_index + 36965 | | 0 | 36965 | users + 36964 | | 0 | 36964 | users_id_seq + 37224 | | 0 | 37224 | foo + 37489 | | 0 | 37489 | forc_test + 36894 | | 0 | 36894 | pktable_pkey + 36891 | | 0 | 36891 | pktable + 36896 | | 0 | 36896 | fktable + 37436 | | 0 | 37442 | foo + 37446 | | 0 | 37446 | pg_toast_37436_index + 37445 | | 0 | 37445 | pg_toast_37436 + 37975 | | 0 | 37975 | pg_toast_37972 + 37976 | | 0 | 37976 | pg_toast_37972_index + 37972 | | 0 | 37972 | rtype + 37659 | | 0 | 37659 | old_oids + 37677 | | 0 | 37677 | pg_toast_37674 + 37678 | | 0 | 37678 | pg_toast_37674_index + 37674 | | 0 | 37674 | recur2 + 37669 | | 0 | 37669 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.