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-08-17 05:50:31.846866644 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-17 05:55:41.741012914 +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 +-------+------------+---------------+-------------+---------------------- + 36641 | | 0 | 36641 | users_id_seq + 36646 | | 0 | 36646 | pg_toast_36642 + 36647 | | 0 | 36647 | pg_toast_36642_index + 36642 | | 0 | 36642 | users + 36620 | | 0 | 36620 | pktable_pkey + 36617 | | 0 | 36617 | pktable + 36622 | | 0 | 36622 | fktable + 36866 | | 0 | 36866 | foo + 37139 | | 0 | 37139 | forc_test + 37580 | | 0 | 37580 | pg_toast_37577 + 37581 | | 0 | 37581 | pg_toast_37577_index + 37577 | | 0 | 37577 | rtype + 37086 | | 0 | 37094 | foo + 37098 | | 0 | 37098 | pg_toast_37086_index + 37097 | | 0 | 37097 | pg_toast_37086 + 37307 | | 0 | 37307 | old_oids + 37324 | | 0 | 37324 | pg_toast_37321 + 37325 | | 0 | 37325 | pg_toast_37321_index + 37321 | | 0 | 37321 | recur2 + 37316 | | 0 | 37316 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.