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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Turn off zero_damaged_pages in the right place (ie, in the
Date
Msg-id 20060307173222.B9F119DCC11@postgresql.org
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 (sfrost@snowman.net) wrote:
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair old performance bug in tuplesort.c/logtape.c.