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

From Sergei Kornilov
Subject Re: allow online change primary_conninfo
Date
Msg-id 370331579618998@vla3-6a5326aeb4ee.qloud-c.yandex.net
Whole thread Raw
In response to Re: allow online change primary_conninfo  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: allow online change primary_conninfo  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello

"Waiting on Author" is the right status. I found logical conflict with recently added wal_receiver_create_temp_slot GUC
andmy tests are currently broken. Will fix it and post new version.
 

PS: also, I surprised why it's ok for wal_receiver_create_temp_slot to be PGC_SIGHUP and ignore change of this setting
untilwalreceiver will reconnect by unrelated reason. I means walreceiver does nothing special on SIGHUP. In common case
changeof wal_receiver_create_temp_slot setting will have effect only during restart of walreceiver process. And
thereforewe will switch to archive recovery. But such design was strongly rejected for my patch year ago.
 

regards, Sergei



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Next
From: James Coleman
Date:
Subject: Re: [PATCH] Incremental sort (was: PoC: Partial sort)