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-04-22 00:30:41.346659650 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-04-22 00:33:06.362604480 +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 +-------+------------+---------------+-------------+---------------------- + 37857 | | 0 | 37857 | pg_toast_37851 + 37858 | | 0 | 37858 | pg_toast_37851_index + 37851 | | 0 | 37851 | users + 37847 | | 0 | 37847 | users_id_seq + 38109 | | 0 | 38109 | foo + 38433 | | 0 | 38433 | forc_test + 38884 | | 0 | 38884 | pg_toast_38881 + 38885 | | 0 | 38885 | pg_toast_38881_index + 38881 | | 0 | 38881 | rtype + 37821 | | 0 | 37821 | pktable_pkey + 37818 | | 0 | 37818 | pktable + 37827 | | 0 | 37827 | fktable + 38303 | | 0 | 38308 | foo + 38312 | | 0 | 38312 | pg_toast_38303_index + 38311 | | 0 | 38311 | pg_toast_38303 + 38533 | | 0 | 38533 | old_oids + 38552 | | 0 | 38552 | pg_toast_38549 + 38553 | | 0 | 38553 | pg_toast_38549_index + 38549 | | 0 | 38549 | recur2 + 38544 | | 0 | 38544 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.