Re: Connection slots reserved for replication
Oleksii Kliukin <alexk@hintbits.com>
From: Oleksii Kliukin <alexk@hintbits.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Kevin Hale Boyes <kcboyes@gmail.com>,
Petr Jelinek <petr.jelinek@2ndquadrant.com>,
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>,
Alexander Kukushkin <cyberdemn@gmail.com>,
Stephen Frost <sfrost@snowman.net>,
Magnus Hagander <magnus@hagander.net>,
Masahiko Sawada <sawada.mshk@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2019-02-12T12:52:09Z
Lists: pgsql-hackers
> On 12. Feb 2019, at 05:12, Michael Paquier <michael@paquier.xyz> wrote: > > On Mon, Feb 11, 2019 at 08:57:41PM -0700, Kevin Hale Boyes wrote: >> I think there's a small problem with the commit. >> The position of xlrec.max_wal_senders (line 117) should be below >> max_worker_processes. > > Fixed, thanks! Wonderful, thank you very much for taking it to commit and everyone involved for getting it through! Cheers, Oleksii
Commits
-
Fix description of WAL record XLOG_PARAMETER_CHANGE
- b7ec820559b6 12.0 landed
-
Move max_wal_senders out of max_connections for connection slot handling
- ea92368cd1da 12.0 landed