Thread: Merging recovery.conf into PostgreSQL.conf -- where did this go?

Merging recovery.conf into PostgreSQL.conf -- where did this go?

From
Josh Berkus
Date:
Hackers,

One patch that got deferred from 9.4 was the merger of recovery.conf and
postgresql.conf, due to conflicts with ALTER SYSTEM SET.  However, this
is still a critical TODO, because recovery.conf is still an ongoing
major management problem for PostgreSQL DBAs.

So, what happened to this?  I kinda expected it to get committed right
after we opened 9.5.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



Re: Merging recovery.conf into PostgreSQL.conf -- where did this go?

From
Andres Freund
Date:
Hi,

On 2014-11-19 15:09:10 -0800, Josh Berkus wrote:
> One patch that got deferred from 9.4 was the merger of recovery.conf and
> postgresql.conf, due to conflicts with ALTER SYSTEM SET.  However, this
> is still a critical TODO, because recovery.conf is still an ongoing
> major management problem for PostgreSQL DBAs.
> 
> So, what happened to this?  I kinda expected it to get committed right
> after we opened 9.5.

Nobody did the remaining work.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



Re: Merging recovery.conf into PostgreSQL.conf -- where did this go?

From
Alex Shulgin
Date:
Andres Freund <andres@2ndquadrant.com> writes:
>
> On 2014-11-19 15:09:10 -0800, Josh Berkus wrote:
>> One patch that got deferred from 9.4 was the merger of recovery.conf and
>> postgresql.conf, due to conflicts with ALTER SYSTEM SET.  However, this
>> is still a critical TODO, because recovery.conf is still an ongoing
>> major management problem for PostgreSQL DBAs.
>> 
>> So, what happened to this?  I kinda expected it to get committed right
>> after we opened 9.5.
>
> Nobody did the remaining work.

I'd like to work on this.  AFAICT, this CommitFest entry is the latest
on the subject, right?
 https://commitfest.postgresql.org/action/patch_view?id=1293

Should/may I move it to the next Open fest?

--
Alex



Re: Merging recovery.conf into PostgreSQL.conf -- where did this go?

From
Andres Freund
Date:
On 2014-11-20 17:26:02 +0300, Alex Shulgin wrote:
> 
> Andres Freund <andres@2ndquadrant.com> writes:
> >
> > On 2014-11-19 15:09:10 -0800, Josh Berkus wrote:
> >> One patch that got deferred from 9.4 was the merger of recovery.conf and
> >> postgresql.conf, due to conflicts with ALTER SYSTEM SET.  However, this
> >> is still a critical TODO, because recovery.conf is still an ongoing
> >> major management problem for PostgreSQL DBAs.
> >> 
> >> So, what happened to this?  I kinda expected it to get committed right
> >> after we opened 9.5.
> >
> > Nobody did the remaining work.
> 
> I'd like to work on this.  AFAICT, this CommitFest entry is the latest
> on the subject, right?
> 
>   https://commitfest.postgresql.org/action/patch_view?id=1293
> 
> Should/may I move it to the next Open fest?

I think before that it needs actual work - no point in adding it to the
CF until progress has been made.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services