diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-02-29 18:43:22.253718966 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-02-29 18:46:58.537593535 +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 +-------+------------+---------------+-------------+---------------------- + 36831 | | 0 | 36831 | pg_toast_36823 + 36832 | | 0 | 36832 | pg_toast_36823_index + 36822 | | 0 | 36822 | users_id_seq + 36823 | | 0 | 36823 | users + 37037 | | 0 | 37037 | foo + 37334 | | 0 | 37334 | forc_test + 36629 | | 0 | 36629 | pktable_pkey + 36626 | | 0 | 36626 | pktable + 36632 | | 0 | 36632 | fktable + 37141 | | 0 | 37146 | foo + 37150 | | 0 | 37150 | pg_toast_37141_index + 37149 | | 0 | 37149 | pg_toast_37141 + 37811 | | 0 | 37811 | pg_toast_37808 + 37812 | | 0 | 37812 | pg_toast_37808_index + 37808 | | 0 | 37808 | rtype + 37368 | | 0 | 37368 | old_oids + 37386 | | 0 | 37386 | pg_toast_37383 + 37387 | | 0 | 37387 | pg_toast_37383_index + 37383 | | 0 | 37383 | recur2 + 37378 | | 0 | 37378 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.