pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In test_open_sync(), writes kilobytes as intended, not by bytes.
Date
Msg-id E1PhWzt-0006D7-Gp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In test_open_sync(), writes kilobytes as intended, not by bytes.

Branch
------
master

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

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Document the "S" option for psql's \dn command in the psql help
Next
From: Bruce Momjian
Date:
Subject: pgsql: Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, bu