Use pg_pwrite() in pg_test_fsync.

Thomas Munro <tmunro@postgresql.org>

Commit: 2c8b42b50df6cc5ba6987c400a857d6bbfdf0300
Author: Thomas Munro <tmunro@postgresql.org>
Date: 2021-02-15T02:23:12Z
Releases: 14.0
Use pg_pwrite() in pg_test_fsync.

For consistency with the PostgreSQL behavior this test program is
intended to simulate, use pwrite() instead of lseek() + write().

Also fix the final "non-sync" test, which was opening and closing the
file for every write.

Discussion: https://postgr.es/m/CA%2BhUKGJjjid2BJsvjMALBTduo1ogdx2SPYaTQL3wAy8y2hc4nw%40mail.gmail.com

Files

PathChange+/−
src/bin/pg_test_fsync/pg_test_fsync.c modified +28 −23

Discussion