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-22 00:30:50.133205603 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-22 00:33:05.749119984 +0000 @@ -3476,9 +3476,20 @@ 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 +-------+------------+---------------+-------------+---------------------- + 37893 | | 0 | 37893 | pktable_pkey + 37890 | | 0 | 37890 | pktable + 37895 | | 0 | 37895 | fktable + 38453 | | 0 | 38459 | foo + 38463 | | 0 | 38463 | pg_toast_38453_index + 38462 | | 0 | 38462 | pg_toast_38453 + 38670 | | 0 | 38670 | old_oids + 38692 | | 0 | 38692 | pg_toast_38689 + 38693 | | 0 | 38693 | pg_toast_38689_index + 38689 | | 0 | 38689 | recur2 + 38684 | | 0 | 38684 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.