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-31 21:22:14.918831505 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-31 21:25:28.611445246 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 36605 | | 0 | 36605 | pktable_pkey + 36602 | | 0 | 36602 | pktable + 36607 | | 0 | 36607 | fktable + 37119 | | 0 | 37124 | foo + 37128 | | 0 | 37128 | pg_toast_37119_index + 37127 | | 0 | 37127 | pg_toast_37119 + 37336 | | 0 | 37336 | old_oids + 37354 | | 0 | 37354 | pg_toast_37351 + 37355 | | 0 | 37355 | pg_toast_37351_index + 37351 | | 0 | 37351 | recur2 + 37346 | | 0 | 37346 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.