Re: allow online change primary_conninfo - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: allow online change primary_conninfo
Date
Msg-id 20200313141738.GA4074@alvherre.pgsql
Whole thread Raw
In response to Re: allow online change primary_conninfo  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: allow online change primary_conninfo  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2020-Mar-13, Alvaro Herrera wrote:

> What are the downsides of changing wal_receiver_create_temp_slot to
> PGC_POSTMASTER?  It seems pretty nasty to requires a full server
> restart.  Maybe we can signal all walreceivers at that point so that
> they restart with the correct setting?  That's much less problematic, I
> would think.

... oh, that's exactly what 0002 does.  So patch 0001 is only about
making a temporary change to the create_temp_slot to be consistent with
existing policy, before changing the policy.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Prabhat Sahu
Date:
Subject: Re: [Proposal] Global temporary tables
Next
From: Bruce Momjian
Date:
Subject: Re: PATCH: add support for IN and @> in functional-dependencystatistics use