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-03-04 21:12:40.927546408 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-04 21:16:42.207333388 +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 +-------+------------+---------------+-------------+---------------------- + 36968 | | 0 | 36968 | users_id_seq + 36974 | | 0 | 36974 | pg_toast_36969 + 36975 | | 0 | 36975 | pg_toast_36969_index + 36969 | | 0 | 36969 | users + 37265 | | 0 | 37265 | foo + 37472 | | 0 | 37472 | forc_test + 37834 | | 0 | 37834 | pg_toast_37831 + 37835 | | 0 | 37835 | pg_toast_37831_index + 37831 | | 0 | 37831 | rtype + 36779 | | 0 | 36779 | pktable_pkey + 36776 | | 0 | 36776 | pktable + 36781 | | 0 | 36781 | fktable + 37322 | | 0 | 37327 | foo + 37331 | | 0 | 37331 | pg_toast_37322_index + 37330 | | 0 | 37330 | pg_toast_37322 + 37555 | | 0 | 37555 | old_oids + 37574 | | 0 | 37574 | pg_toast_37571 + 37575 | | 0 | 37575 | pg_toast_37571_index + 37571 | | 0 | 37571 | recur2 + 37566 | | 0 | 37566 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.