pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu
Date
Msg-id E1PhXOB-0006ZT-Fz@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Use consistent spacing for PGAPPICON Makefile option.