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-20 02:16:17.546406294 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-20 02:19:18.878475344 +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 +-------+------------+---------------+-------------+---------------------- + 37748 | | 0 | 37748 | pktable_pkey + 37745 | | 0 | 37745 | pktable + 37750 | | 0 | 37750 | fktable + 38253 | | 0 | 38258 | foo + 38262 | | 0 | 38262 | pg_toast_38253_index + 38261 | | 0 | 38261 | pg_toast_38253 + 38485 | | 0 | 38485 | old_oids + 38503 | | 0 | 38503 | pg_toast_38500 + 38504 | | 0 | 38504 | pg_toast_38500_index + 38500 | | 0 | 38500 | recur2 + 38495 | | 0 | 38495 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.