Re: pgsql: Integrate recovery.conf into postgresql.conf - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pgsql: Integrate recovery.conf into postgresql.conf
Date
Msg-id 894ffa03-174b-e5da-9b2f-99b98119aca7@2ndquadrant.com
Whole thread Raw
In response to Re: pgsql: Integrate recovery.conf into postgresql.conf  (Sergei Kornilov <sk@zsrv.org>)
List pgsql-hackers
On 27/11/2018 15:16, Sergei Kornilov wrote:
> Hi
> 
>> The attached seems to be the simplest way to fix this. (Needs
>> documentation updates, test updates, error message refinement.)
> 
> Thank you!
> I add documentation change, tests and rephrased error message.

I have committed it along these lines.  It ended up being a bit more
involved, in order to support setting the same parameter multiple times
or unsetting one parameter and setting another.  But it should pass now
on EXEC_BACKEND.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Re: "SELECT ... FROM DUAL" is not quite as silly as it appears
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_stat_ssl additions