pgsql: In test_fsync, adjust test headings to match wal_sync_method val - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In test_fsync, adjust test headings to match wal_sync_method val
Date
Msg-id E1PfIYv-00024x-SV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In test_fsync, adjust test headings to match wal_sync_method values;
add more test cases for open_sync of different sizes.

Branch
------
master

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

Modified Files
--------------
src/tools/fsync/test_fsync.c |  170 ++++++++++++++++--------------------------
1 files changed, 63 insertions(+), 107 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid detoast in texteq/textne/byteaeq/byteane for unequal-lengt
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Skip dropped attributes when converting Python objects to tuples