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

From Peter Eisentraut
Subject pgsql: Switch pg_basebackup commands in Postgres.pm to use --nosync
Date
Msg-id E1bpdJu-0008WB-Jb@gemulon.postgresql.org
Whole thread Raw
List 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.paquier@gmail.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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_basebackup pg_receivexlog: Issue fsync more carefully
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_basebackup: Add --nosync option