• Alvaro Herrera's avatar
    Move some code from RewindTest into PostgresNode · 89ac7004
    Alvaro Herrera authored
    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
    89ac7004
RewindTest.pm 7.13 KB