Re: Issues with two-server Synch Rep

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Issues with two-server Synch Rep
Date: 2010-10-12 01:48:57
Message-ID: AANLkTi=HKRaPPHRH1YSy0Nfk=Go+4NdEiECERBy1z6GE@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 11, 2010 at 9:44 PM, Greg Stark <gsstark(at)mit(dot)edu> wrote:
> On Mon, Oct 11, 2010 at 5:41 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>> That's probably not going to happen until we have a way to update
>> postgresql.conf via SQL.  Which, I maintain, as I have maintained
>> before, is not going to happen until we get rid of the comments,
>> because otherwise absolutely any implementation anyone proposes will
>> get criticized for failing to handle them sensibly (because it is not
>> possible to rewrite the file while handling the comments sensibly).
>>
>
> So we've been over this. All the pieces you need are already there:
> you can handle this without any nasty comment grunging by just writing
> the new setting to a postgresql.auto and including that from
> postgresql.conf. Include a note in postgresql.auto warning users any
> changes in this file will be thrown away when the file is rewritten.
> This is the same method used in .emacs.custom or a million other
> places people wanted automatically written config files.

It seems that someone could have the following complaint: a setting
configured in whichever file gets read first could potentially be
ignored if it's also set in whichever file gets read second. And that
might be confusing.

Still, maybe we should just ignore that problem and do it anyway.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message KaiGai Kohei 2010-10-12 01:58:53 Re: security hook on table creation
Previous Message Greg Stark 2010-10-12 01:44:11 Re: Issues with two-server Synch Rep