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-09-18 04:59:05.039790381 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-18 05:02:04.155736463 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 37853 | | 0 | 37853 | users_id_seq + 37859 | | 0 | 37859 | pg_toast_37855 + 37860 | | 0 | 37860 | pg_toast_37855_index + 37855 | | 0 | 37855 | users + 38116 | | 0 | 38116 | foo + 38394 | | 0 | 38394 | forc_test + 38768 | | 0 | 38768 | pg_toast_38765 + 38769 | | 0 | 38769 | pg_toast_38765_index + 38765 | | 0 | 38765 | rtype + 37682 | | 0 | 37682 | pktable_pkey + 37679 | | 0 | 37679 | pktable + 37687 | | 0 | 37687 | fktable + 38196 | | 0 | 38201 | foo + 38205 | | 0 | 38205 | pg_toast_38196_index + 38204 | | 0 | 38204 | pg_toast_38196 + 38414 | | 0 | 38414 | old_oids + 38434 | | 0 | 38434 | pg_toast_38431 + 38435 | | 0 | 38435 | pg_toast_38431_index + 38431 | | 0 | 38431 | recur2 + 38426 | | 0 | 38426 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.