pgsql: Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rath - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rath
Date
Msg-id E1PhvwV-0002hf-Ml@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than
always 8k writes, per suggestion from Tom.  Also adjust open_sync output
layout.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=64bc872761bc9bf730307957f09f44a3eabbe3af

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |   24 +++++++++++-------------
1 files changed, 11 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Update warning about synchronous-commit durability, per suggesti