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-10-07 04:43:08.608494272 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-07 04:46:04.567847430 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37816 | | 0 | 37816 | pktable_pkey + 37813 | | 0 | 37813 | pktable + 37818 | | 0 | 37818 | fktable + 38310 | | 0 | 38316 | foo + 38320 | | 0 | 38320 | pg_toast_38310_index + 38319 | | 0 | 38319 | pg_toast_38310 + 38534 | | 0 | 38534 | old_oids + 38551 | | 0 | 38551 | pg_toast_38548 + 38552 | | 0 | 38552 | pg_toast_38548_index + 38548 | | 0 | 38548 | recur2 + 38543 | | 0 | 38543 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.