Re: Fix comment typos.

2019-12-26 Thread Michael Paquier
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 signature.asc Description: PGP signature

Fix comment typos.

2019-12-26 Thread Kyotaro Horiguchi
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 diff --git a/src/backend/replication/slotfuncs.c b/src/backend/replication/