pgsql: pg_upgrade test: Disable fsync in initdb and postgres calls

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade test: Disable fsync in initdb and postgres calls
Date: 2012-09-27 02:51:18
Message-ID: E1TH4C6-0005xC-VY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade test: Disable fsync in initdb and postgres calls

This mirrors the behavior of pg_regress and makes the test run much
faster.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/10bfe81deeb8dc2af2204dbeebf3dda62f1ae263

Modified Files
--------------
contrib/pg_upgrade/test.sh | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-09-27 03:12:45 pgsql: Run check_keywords.pl anytime gram.c is rebuilt.
Previous Message Tom Lane 2012-09-27 02:28:04 pgsql: Make plpgsql's unreserved keywords more unreserved.