Thread: pg-migrator - pg_migrator: Set autovacuum=off on the postmaster command

pg-migrator - pg_migrator: Set autovacuum=off on the postmaster command

From
tgl@pgfoundry.org (User Tgl)
Date:
Log Message:
-----------
Set autovacuum=off on the postmaster command line when starting a
postmaster for pg_migrator.  This isn't a bulletproof solution, since
the old cluster might be close enough to wraparound to provoke
antiwraparound vacuums.  But it's a cheap and easy measure that will
discourage autovacuum in most cases.

Modified Files:
--------------
    pg_migrator/src:
        server.c (r1.16 -> r1.17)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/server.c?r1=1.16&r2=1.17)