diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/regress/regress/results/alter_table.out --- C:/cirrus/src/test/regress/expected/alter_table.out 2025-01-17 10:00:43.112280200 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/alter_table.out 2025-01-17 10:04:18.974729300 +0000 @@ -3498,9 +3498,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 +-------+------------+---------------+-------------+---------------------- + 38266 | | 0 | 38266 | pktable_pkey + 38254 | | 0 | 38254 | pktable + 38274 | | 0 | 38274 | fktable + 39294 | | 0 | 39310 | foo + 39314 | | 0 | 39314 | pg_toast_39294_index + 39313 | | 0 | 39313 | pg_toast_39294 + 40084 | | 0 | 40084 | old_oids + 40106 | | 0 | 40106 | pg_toast_40103 + 40107 | | 0 | 40107 | pg_toast_40103_index + 40103 | | 0 | 40103 | recur2 + 40098 | | 0 | 40098 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.