From: | Selena Deckelmann <selena(at)endpoint(dot)com> |
---|---|
To: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: postgresql.conf: patch to have ParseConfigFile report all parsing errors, then bail |
Date: | 2009-03-10 16:07:47 |
Message-ID: | 49B69053.6040601@endpoint.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Simon Riggs wrote:
> On Tue, 2009-03-10 at 07:30 -0700, Selena Deckelmann wrote:
>> A thing that could be added, however, is reporting of all invalid (as
>> opposed to valid, but requires a restart to apply) parameters before
>> exiting. This change requires refactoring ProcessConfigFile() more
>> significantly, as the parsing and validity checks are done separately,
>> and are exited with gotos. :)
>>
>> I haven't tried to change this yet, but was planning to.
>
> Can't we just do a reload, but with doit = false?
That would also be cool. Like an 'apachectl configtest'.
There are five places where a 'goto' is used in guc-file.l needs to be
changed to make this work (in addition to adding an option to pg_ctl).
It should be pretty straightforward, and I'll have a look at it tonight.
-selena
--
Selena Deckelmann
End Point Corporation
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2009-03-10 16:41:35 | Re: Updates of SE-PostgreSQL 8.4devel patches (r1704) |
Previous Message | Simon Riggs | 2009-03-10 15:04:40 | Re: postgresql.conf: patch to have ParseConfigFile report all parsing errors, then bail |