pgsql: Turn off zero_damaged_pages in the right place (ie, in the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Turn off zero_damaged_pages in the right place (ie, in the
Date: 2006-03-07 17:32:22
Message-ID: 20060307173222.B9F119DCC11@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-03-07 19:06:50 pgsql: Repair old performance bug in tuplesort.c/logtape.c.
Previous Message Tom Lane 2006-03-07 03:49:55 Re: pgsql: * Stephen Frost (sfrost@snowman.net) wrote: