pgsql: Use --nosync during make check's initdb call. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Use --nosync during make check's initdb call.
Date
Msg-id E1SsjXG-0001FO-C5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use --nosync during make check's initdb call.

We left this out of commit b966dd6c4228d696b291c1cdcb5ab8c8475fefa8
so as to get some more buildfarm testing of the new fsync code in initdb.
But since no problems have turned up, it's probably time to save the
cycles.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c4f5b4bc5385b37d062451642abd384536eeeb3

Modified Files
--------------
src/test/regress/pg_regress.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress volatile-related warning seen in some compilers.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve copydir() code for the case that fsync is off.