]> granicus.if.org Git - postgresql/commit
Remove wal_keep_segments from default configuration in PostgresNode.pm
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 2 Nov 2017 16:38:59 +0000 (12:38 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 2 Nov 2017 16:38:59 +0000 (12:38 -0400)
commit5eb8bf2d42676523143c1c76ba584bcdcc584f3e
tree9dd340ab78414073fcf79f029d65253a2d56971d
parent0f53934164d37682fd6a6d87d57008f9ca03e3d0
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>
src/bin/pg_rewind/RewindTest.pm
src/test/perl/PostgresNode.pm