From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: pg_autovacuum integration attempt #2 |
Date: | 2004-07-17 10:50:43 |
Message-ID: | 200407171050.i6HAoho29660@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Christopher Kings-Lynne wrote:
> >>The thing I was trying to do was use the GUC hook function to make
> >>sure that the required GUC variables are also set before GUC reports
> >>autovac as enabled. This seemed cleaner to me, but apparently it
> >>won't work since it seems that autovac_enabled is read from GUC
> >>before the stats variables, and there is no way to force the order in
> >>which they are read. Am I missing something?
>
> Can we please have it default to enabled :)
We can but without also enabling statistics it will not work. Do we
want to enable both by default?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Kings-Lynne | 2004-07-17 11:45:58 | Re: pg_autovacuum integration attempt #2 |
Previous Message | Bruce Momjian | 2004-07-17 10:50:06 | Re: pg_autovacuum integration attempt #2 |