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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rath
Date: 2011-01-26 03:21:11
Message-ID: E1PhvwV-0002hf-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-01-26 11:31:55 Re: pgsql: Update warning about synchronous-commit durability, per suggesti
Previous Message Bruce Momjian 2011-01-26 03:19:04 Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu