Re: New standby_slot_names GUC in PG 17
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>,
Masahiko Sawada <sawada.mshk@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Muhammad Ikram <mmikram@gmail.com>,
Bruce Momjian <bruce@momjian.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>,
Nathan Bossart <nathandbossart@gmail.com>
Date: 2024-06-26T12:51:32Z
Lists: pgsql-hackers
On Wed, Jun 26, 2024 at 6:00 PM Bertrand Drouvot <bertranddrouvot.pg@gmail.com> wrote: > > On Wed, Jun 26, 2024 at 09:15:48AM +0000, Zhijie Hou (Fujitsu) wrote: > > Renamed these to the names suggested by Amit. > > > > Attach the v2 patch set which addressed above and removed > > the changes in release-17.sgml according to the comment from Amit. > > > > Thanks! LGTM. > As per my reading of this thread, we have an agreement on changing the GUC name standby_slot_names to synchronized_standby_slots. I'll wait for a day and push the change unless someone thinks otherwise. -- With Regards, Amit Kapila.
Commits
-
Update release notes to reflect recent commit 0f934b0739.
- 58c5f60eb8ce 17.0 landed
-
Rename standby_slot_names to synchronized_standby_slots.
- 2357c9223b71 18.0 landed
- 0f934b0739ad 17.0 landed
-
Add a new slot sync worker to synchronize logical slots.
- 93db6cbda037 17.0 cited