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-19 02:41:35.597240054 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-19 02:47:15.182832749 +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 +-------+------------+---------------+-------------+---------------------- + 36639 | | 0 | 36639 | users_id_seq + 36644 | | 0 | 36644 | pg_toast_36640 + 36645 | | 0 | 36645 | pg_toast_36640_index + 36640 | | 0 | 36640 | users + 36866 | | 0 | 36866 | foo + 37082 | | 0 | 37082 | forc_test + 36599 | | 0 | 36599 | pktable_pkey + 36596 | | 0 | 36596 | pktable + 36605 | | 0 | 36605 | fktable + 37096 | | 0 | 37101 | foo + 37105 | | 0 | 37105 | pg_toast_37096_index + 37104 | | 0 | 37104 | pg_toast_37096 + 37308 | | 0 | 37308 | old_oids + 37327 | | 0 | 37327 | pg_toast_37324 + 37328 | | 0 | 37328 | pg_toast_37324_index + 37324 | | 0 | 37324 | recur2 + 37319 | | 0 | 37319 | recur1 + 37568 | | 0 | 37568 | pg_toast_37565 + 37569 | | 0 | 37569 | pg_toast_37565_index + 37565 | | 0 | 37565 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.