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-03-23 12:19:04.935077741 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-23 12:21:02.423082748 +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 +-------+------------+---------------+-------------+---------------------- + 37513 | | 0 | 37513 | forc_test + 37129 | | 0 | 37129 | users_id_seq + 37136 | | 0 | 37136 | pg_toast_37130 + 37139 | | 0 | 37139 | pg_toast_37130_index + 37130 | | 0 | 37130 | users + 37337 | | 0 | 37337 | foo + 37923 | | 0 | 37923 | pg_toast_37919 + 37924 | | 0 | 37924 | pg_toast_37919_index + 37919 | | 0 | 37919 | rtype + 36987 | | 0 | 36987 | pktable_pkey + 36984 | | 0 | 36984 | pktable + 36990 | | 0 | 36990 | fktable + 37508 | | 0 | 37516 | foo + 37520 | | 0 | 37520 | pg_toast_37508_index + 37519 | | 0 | 37519 | pg_toast_37508 + 37730 | | 0 | 37730 | old_oids + 37749 | | 0 | 37749 | pg_toast_37746 + 37750 | | 0 | 37750 | pg_toast_37746_index + 37746 | | 0 | 37746 | recur2 + 37741 | | 0 | 37741 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.