Remove wal_keep_segments from default configuration in PostgresNode.pm
Peter Eisentraut <peter_e@gmx.net>
Remove wal_keep_segments from default configuration in PostgresNode.pm This is only used in the pg_rewind tests, so only set it there. It's better if other tests run closer to a default configuration. Author: Michael Paquier <michael.paquier@gmail.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_rewind/RewindTest.pm | modified | +5 −0 |
| src/test/perl/PostgresNode.pm | modified | +0 −1 |