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

From Sergei Kornilov
Subject Re: pgsql: Integrate recovery.conf into postgresql.conf
Date
Msg-id 29465041543250389@iva4-f774db2b5297.qloud-c.yandex.net
Whole thread Raw
In response to Re: pgsql: Integrate recovery.conf into postgresql.conf  (Stephen Frost <sfrost@snowman.net>)
Responses Re: pgsql: Integrate recovery.conf into postgresql.conf  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
Hello

> I would think we'd have the different GUCs and then the check functions
> would only validate that they're valid inputs and then when we get to
> the point where we're starting to do recovery we check and make sure
> we've been given a sane overall configuration- which means that only
> *one* is set, and it matches the recovery target requested.
How about something like attached patch?

regards, Sergei
Attachment

pgsql-hackers by date:

Previous
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Date:
Subject: [PATCH] Improve tab completion for CREATE TABLE
Next
From: Andrey Borodin
Date:
Subject: Re: B-tree cache prefetches