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-11 06:14:15.759905218 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-11 06:18:20.639936091 +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 +-------+------------+---------------+-------------+---------------------- + 36967 | | 0 | 36967 | users_id_seq + 36973 | | 0 | 36973 | pg_toast_36968 + 36974 | | 0 | 36974 | pg_toast_36968_index + 36968 | | 0 | 36968 | users + 37212 | | 0 | 37212 | foo + 37455 | | 0 | 37455 | forc_test + 37927 | | 0 | 37927 | pg_toast_37924 + 37928 | | 0 | 37928 | pg_toast_37924_index + 37924 | | 0 | 37924 | rtype + 36896 | | 0 | 36896 | pktable_pkey + 36893 | | 0 | 36893 | pktable + 36899 | | 0 | 36899 | fktable + 37430 | | 0 | 37436 | foo + 37440 | | 0 | 37440 | pg_toast_37430_index + 37439 | | 0 | 37439 | pg_toast_37430 + 37648 | | 0 | 37648 | old_oids + 37667 | | 0 | 37667 | pg_toast_37664 + 37668 | | 0 | 37668 | pg_toast_37664_index + 37664 | | 0 | 37664 | recur2 + 37658 | | 0 | 37658 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.