diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-08-19 02:41:35.597240054 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-08-19 02:51:19.551447384 +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 +-------+------------+---------------+-------------+---------------------- + 36565 | | 0 | 36565 | users + 36564 | | 0 | 36564 | users_id_seq + 36569 | | 0 | 36569 | pg_toast_36565 + 36570 | | 0 | 36570 | pg_toast_36565_index + 36810 | | 0 | 36810 | foo + 37029 | | 0 | 37029 | forc_test + 36510 | | 0 | 36510 | pktable_pkey + 36504 | | 0 | 36504 | pktable + 36513 | | 0 | 36513 | fktable + 37006 | | 0 | 37012 | foo + 37016 | | 0 | 37016 | pg_toast_37006_index + 37015 | | 0 | 37015 | pg_toast_37006 + 37218 | | 0 | 37218 | old_oids + 37235 | | 0 | 37235 | pg_toast_37232 + 37236 | | 0 | 37236 | pg_toast_37232_index + 37232 | | 0 | 37232 | recur2 + 37227 | | 0 | 37227 | recur1 + 37532 | | 0 | 37532 | pg_toast_37529 + 37533 | | 0 | 37533 | pg_toast_37529_index + 37529 | | 0 | 37529 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.