allow online change primary_conninfo - Mailing list pgsql-hackers

From Sergei Kornilov
Subject allow online change primary_conninfo
Date
Msg-id 19513901543181143@sas1-19a94364928d.qloud-c.yandex.net
Whole thread Raw
Responses Re: allow online change primary_conninfo  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hello all
Now we integrate recovery.conf into GUC system. So i would like to start discussion to make primary_conninfo and
primary_slot_namePGC_SIGHUP.
 
My work-in-progress patch attached.

I think we have no futher reason to have a copy of conninfo and slot name in WalRcvData, so i propose remove these
fieldsfrom pg_stat_get_wal_receiver() (and pg_stat_wal_receiver view). This data can be accesible now via regular GUC
commands.

Thank you for advance!

regards, Sergei
Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join
Next
From: Andres Freund
Date:
Subject: Re: allow online change primary_conninfo