| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Federico Di Gregorio <fog(at)initd(dot)org>, pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #1707: statistics collector starts with stats_start_collector |
| Date: | 2005-06-13 04:31:02 |
| Message-ID: | 200506130431.j5D4V2223273@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-patches |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Later such as in a later postmaster start, but personally I would just
> > remove the option completely.
>
> I don't have a problem with removing it as a writable option ... but
> I'm thinking we should leave it as a read-only GUC parameter (like
> the several others we have already). Otherwise we'll need to add some
> other method of finding out whether the collector is running.
Why would a user care? They either are gathering such statistics, or
they are not. I think the only issue is that you can't turn on certain
options after postmaster start unless the stats collector is running ---
is that the issue?
--
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 | Tom Lane | 2005-06-13 04:39:14 | Re: BUG #1707: statistics collector starts with stats_start_collector = false |
| Previous Message | Tom Lane | 2005-06-13 03:34:09 | Re: BUG #1707: statistics collector starts with stats_start_collector = false |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-06-13 04:39:14 | Re: BUG #1707: statistics collector starts with stats_start_collector = false |
| Previous Message | Neil Conway | 2005-06-13 04:15:34 | pl/pgsql dump tree cleanup |