mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
existence via open(), rather than collecting a directory listing and looking up matching relfilenode files with sequential scans of the array. This speeds up pg_upgrade by 2x for a large number of tables, e.g. 16k. Per observation by Ants Aasma.