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-04-07 03:31:13.521270749 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-07 03:35:22.997331500 +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 +-------+------------+---------------+-------------+---------------------- + 38720 | | 0 | 38720 | rtype + 37851 | | 0 | 37851 | users_id_seq + 37857 | | 0 | 37857 | pg_toast_37852 + 37858 | | 0 | 37858 | pg_toast_37852_index + 37852 | | 0 | 37852 | users + 38085 | | 0 | 38085 | foo + 38335 | | 0 | 38335 | forc_test + 38723 | | 0 | 38723 | pg_toast_38720 + 38724 | | 0 | 38724 | pg_toast_38720_index + 37741 | | 0 | 37741 | pktable_pkey + 37738 | | 0 | 37738 | pktable + 37743 | | 0 | 37743 | fktable + 38303 | | 0 | 38308 | foo + 38312 | | 0 | 38312 | pg_toast_38303_index + 38311 | | 0 | 38311 | pg_toast_38303 + 38522 | | 0 | 38522 | old_oids + 38542 | | 0 | 38542 | pg_toast_38539 + 38543 | | 0 | 38543 | pg_toast_38539_index + 38539 | | 0 | 38539 | recur2 + 38534 | | 0 | 38534 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.