Re: Can I just reload the slave to change primary_conninfo? - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Re: Can I just reload the slave to change primary_conninfo?
Date
Msg-id 13073111536592372@sas1-9414422abf7c.qloud-c.yandex.net
Whole thread Raw
In response to Re: Can I just reload the slave to change primary_conninfo?  (Chris Travers <chris.travers@adjust.com>)
Responses Re: Can I just reload the slave to change primary_conninfo?  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello

> Is there any reason this cannot be changed via a signal?  Is it a general lack of infrastructure or is it there
significantproblem we want to ensure never happens?
 
Just make possible reload recovery.conf is not what the pgsql-hackers community want. My patch with exactly this
featurewas rejected with this reason.
 
There were already some discussions about move recovery.conf into GUC infrastructure first. I continue work on one most
recentpatch here: https://commitfest.postgresql.org/19/1711/ If this patch will be committed - i plan sent new patch to
allowchange primary_conninfo with SIGHUP.
 

regards, Sergei


pgsql-hackers by date:

Previous
From: Chris Travers
Date:
Subject: Re: Can I just reload the slave to change primary_conninfo?
Next
From: Mithun Cy
Date:
Subject: Re: Pluggable Storage - Andres's take