Re: pg_replication_slot_advance to return NULL instead of 0/0 if slot not advanced
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Magnus Hagander <magnus@hagander.net>
Cc: Postgres hackers <pgsql-hackers@postgresql.org>
Date: 2018-05-28T09:17:18Z
Lists: pgsql-hackers
Attachments
- slot-lock-fixes-v2.patch (text/x-diff) patch v2
On Mon, May 28, 2018 at 05:57:47PM +0900, Michael Paquier wrote: > Found one. All the things I have spotted are in the patch attached. Oops, forgot a ReplicationSlotRelease call. -- Michael
Commits
-
Fix a couple of bugs with replication slot advancing feature
- f731cfa94c00 11.0 landed
-
Fix and document lock handling for in-memory replication slot data
- 9e149c847f39 11.0 landed