pgsql: Use pg_pwrite() in pg_test_fsync. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Use pg_pwrite() in pg_test_fsync.
Date
Msg-id E1lBTYc-0006TP-TU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c8b42b50df6cc5ba6987c400a857d6bbfdf0300

Modified Files
--------------
src/bin/pg_test_fsync/pg_test_fsync.c | 51 +++++++++++++++++++----------------
1 file changed, 28 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix the warnings introduced in commit ce0fdbfe97.
Next
From: Thomas Munro
Date:
Subject: pgsql: Default to wal_sync_method=fdatasync on FreeBSD.