Thread
Commits
-
Fix some comments related to logical repslot advancing
- 1b2356a2911c 11.7 landed
- 50fa688f3030 12.2 landed
- 044b319cd77c 13.0 landed
-
Fix comment typos.
Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2019-12-26T08:59:19Z
Hello. I found that confirmed_flush in ReplicationSlot (PersistentData) is pointed with a wrong name in the comments in slotfuncs.c The attaches fixes that. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
-
Re: Fix comment typos.
Michael Paquier <michael@paquier.xyz> — 2019-12-26T13:27:29Z
On Thu, Dec 26, 2019 at 05:59:19PM +0900, Kyotaro Horiguchi wrote: > I found that confirmed_flush in ReplicationSlot (PersistentData) is > pointed with a wrong name in the comments in slotfuncs.c Committed, thanks! -- Michael