Re: change name of redirect_stderr?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: change name of redirect_stderr?
Date: 2007-08-14 16:42:05
Message-ID: 46C1DB5D.5000203@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
>>> That sounds like you want to log when the collector starts, which is not
>>> the case and is confusing -- what collector is it talking about? This
>>> is about starting the log collector.
>>>
>> Yea, good point. I was just wondering because I don't see 'start' used
>> in anywhere at the beginning of a GUC variable.
>>
>
> Good point too. In other places we just name the feature that's to be
> started, for example we don't use "start_autovacuum".
>
>

How about just "log_collector" then?

Lets decide ASAP please - I want to get this committed.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-08-14 16:43:38 Re: Problem with locks
Previous Message Simon Riggs 2007-08-14 16:34:57 Re: Testing the async-commit patch