pgsql: pg_upgrade test: Disable fsync in initdb and postgres calls - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_upgrade test: Disable fsync in initdb and postgres calls
Date
Msg-id E1TH4C6-0005xC-VY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make plpgsql's unreserved keywords more unreserved.
Next
From: Tom Lane
Date:
Subject: pgsql: Run check_keywords.pl anytime gram.c is rebuilt.