Re: allow online change primary_conninfo

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, "andres(at)anarazel(dot)de" <andres(at)anarazel(dot)de>, "david(at)pgmasters(dot)net" <david(at)pgmasters(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Subject: Re: allow online change primary_conninfo
Date: 2020-03-27 18:22:20
Message-ID: 2752041585331792@sas2-4fe1bb3c0a49.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

In other words, patches in reverse order:
0001 will change primary_conninfo and primary_slot_name to reloadable
0002 will move wal_receiver_create_temp_slot logic to startup process (without changing to PGC_POSTMASTER)
0003 is new draft patch: wal_receiver_create_temp_slot will use the given name or generate new one.

regards, Sergei

Attachment Content-Type Size
v12-0003-draft-temp-slot-name.patch text/x-diff 4.4 KB
v12-0002-Rework-wal_receiver_create_temp_slot-using-new-i.patch text/x-diff 10.5 KB
v12-0001-Allow-changing-primary_conninfo-and-primary_slot.patch text/x-diff 14.7 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2020-03-27 18:34:19 Re: backup manifests
Previous Message Hamid Akhtar 2020-03-27 18:22:18 Re: BUG #16040: PL/PGSQL RETURN QUERY statement never uses a parallel plan