Re: BUG #1707: statistics collector starts with stats_start_collector = false

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Federico Di Gregorio" <fog(at)initd(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1707: statistics collector starts with stats_start_collector = false
Date: 2005-06-12 18:50:58
Message-ID: 26698.1118602258@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

"Federico Di Gregorio" <fog(at)initd(dot)org> writes:
> If the following combinatio of parameters is used:

> stats_start_collector = false
> stats_row_level = true

> the collector process is started even if the documentation says that "The
> parameter stats_start_collector must be set to true for the statistics
> collector to be launched at all."

I believe stats_start_collector is forced on if any of the subsidiary
parameters is set. Isn't that what you want?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Oliver Jowett 2005-06-12 21:34:17 Re: BUG #1712: JDBC column precision for bigint is 0
Previous Message Tom Lane 2005-06-12 18:43:08 Re: pg_dump: [tar archiver] could not write to tar member error

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-13 01:37:53 Re: BUG #1707: statistics collector starts with stats_start_collector
Previous Message Tom Lane 2005-06-12 15:53:52 Re: --enable-integer-datetimes doc patch