pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Date: 2011-01-25 01:08:07
Message-ID: E1PhXOB-0006ZT-Fz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify
it is 8k as expected.

Branch
------
master

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

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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-25 01:46:58 pgsql: Use consistent spacing for PGAPPICON Makefile option.
Previous Message Bruce Momjian 2011-01-25 00:43:01 pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes.