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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use --nosync during make check's initdb call.
Date: 2012-07-21 23:56:34
Message-ID: E1SsjXG-0001FO-C5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-07-22 00:10:38 pgsql: Improve copydir() code for the case that fsync is off.
Previous Message Tom Lane 2012-07-21 23:39:17 pgsql: Suppress volatile-related warning seen in some compilers.