Switch pg_basebackup commands in Postgres.pm to use --nosync
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Sep 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 29 Sep 2016 16:00:00 +0000 (12:00 -0400)
commit728a3e73e96173bb0b0b2afc0da061991f9e3d5d
treeebdae386b14700e0450b4331af1297bafdc12052
parent6ed2d8584cc680a2d6898480de74a57cd96176b5
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>
src/test/perl/PostgresNode.pm