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-19 12:43:22.565934573 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-19 12:47:25.581786968 +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 +-------+------------+---------------+-------------+---------------------- + 36909 | | 0 | 36909 | users_id_seq + 36917 | | 0 | 36917 | pg_toast_36912 + 36918 | | 0 | 36918 | pg_toast_36912_index + 36912 | | 0 | 36912 | users + 37177 | | 0 | 37177 | foo + 37548 | | 0 | 37548 | forc_test + 37024 | | 0 | 37024 | pktable_pkey + 37021 | | 0 | 37021 | pktable + 37026 | | 0 | 37026 | fktable + 37530 | | 0 | 37536 | foo + 37540 | | 0 | 37540 | pg_toast_37530_index + 37539 | | 0 | 37539 | pg_toast_37530 + 37748 | | 0 | 37748 | old_oids + 37767 | | 0 | 37767 | pg_toast_37764 + 37768 | | 0 | 37768 | pg_toast_37764_index + 37764 | | 0 | 37764 | recur2 + 37758 | | 0 | 37758 | recur1 + 38012 | | 0 | 38012 | pg_toast_38009 + 38013 | | 0 | 38013 | pg_toast_38009_index + 38009 | | 0 | 38009 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.