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-17 13:15:27.589479088 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-17 13:18:58.121344181 +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 +-------+------------+---------------+-------------+---------------------- + 37973 | | 0 | 37973 | pg_toast_37970 + 37198 | | 0 | 37198 | users_id_seq + 37204 | | 0 | 37204 | pg_toast_37199 + 37205 | | 0 | 37205 | pg_toast_37199_index + 37199 | | 0 | 37199 | users + 37421 | | 0 | 37421 | foo + 37590 | | 0 | 37590 | forc_test + 37974 | | 0 | 37974 | pg_toast_37970_index + 37970 | | 0 | 37970 | rtype + 36679 | | 0 | 36679 | pktable_pkey + 36676 | | 0 | 36676 | pktable + 36681 | | 0 | 36681 | fktable + 37379 | | 0 | 37386 | foo + 37390 | | 0 | 37390 | pg_toast_37379_index + 37389 | | 0 | 37389 | pg_toast_37379 + 37608 | | 0 | 37608 | old_oids + 37625 | | 0 | 37625 | pg_toast_37622 + 37626 | | 0 | 37626 | pg_toast_37622_index + 37622 | | 0 | 37622 | recur2 + 37617 | | 0 | 37617 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.