]> granicus.if.org Git - postgresql/commit
Move some code from RewindTest into PostgresNode
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 26 Feb 2016 16:24:22 +0000 (13:24 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 26 Feb 2016 16:24:22 +0000 (13:24 -0300)
commit89ac7004dadf4116d9b180bb5ff64b64bfce94b1
tree3a9c8e9eea1b78e786a6811b5dfd60ab13715438
parent7bea19d0a9d3e6975418ffe685fb510bd31ab434
Move some code from RewindTest into PostgresNode

Some code in the RewindTest test suite is more generally useful than
just for that suite, so put it where other test suites can reach it.

Some postgresql.conf parameters change their default values when a
cluster is initialized with 'allows_streaming' than the previous
behavior; most notably, autovacuum is no longer turned off.

(Also, we no longer call pg_ctl promote with -w, but that flag doesn't
actually do anything in promote so there's no behavior change.)

Author: Michael Paquier
src/bin/pg_rewind/RewindTest.pm
src/test/perl/PostgresNode.pm