pgsql: Turn off zero_damaged_pages in the right place (ie, in the - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Turn off zero_damaged_pages in the right place (ie, in the
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Turn off zero_damaged_pages in the right place (ie, in the autovac
process not in the postmaster) and with the right GucSource (needs to
be a nontransactional source since we've not started an xact yet).

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.14&r2=1.15)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: * Stephen Frost ([email protected]) wrote:
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Repair old performance bug in tuplesort.c/logtape.c.