pgsql: Switch pg_basebackup commands in Postgres.pm to use --nosync

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Switch pg_basebackup commands in Postgres.pm to use --nosync
Date: 2016-09-29 15:32:22
Message-ID: E1bpdJu-0008WB-Jb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Switch pg_basebackup commands in Postgres.pm to use --nosync

On slow machines, this greatly reduces the I/O pressure induced by the
tests.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/728a3e73e96173bb0b0b2afc0da061991f9e3d5d

Modified Files
--------------
src/test/perl/PostgresNode.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-09-29 17:32:44 pgsql: Allow contrib/file_fdw to read from a program, like COPY FROM PR
Previous Message Heikki Linnakangas 2016-09-29 10:17:27 pgsql: Don't bother to lock bufmgr partitions in pg_buffercache.