Re: Fix a typo in slot.c

2020-05-18 Thread Masahiko Sawada
On Mon, 18 May 2020 at 13:59, Amit Kapila wrote: > > On Fri, May 15, 2020 at 10:08 AM Masahiko Sawada > wrote: > > > > On Fri, 15 May 2020 at 13:26, Amit Kapila wrote: > > > > > > > > > /* > > > - * Allocate and initialize walsender-related shared memory. > > > + * Allocate and initialize repli

Re: Fix a typo in slot.c

2020-05-17 Thread Amit Kapila
On Fri, May 15, 2020 at 10:08 AM Masahiko Sawada wrote: > > On Fri, 15 May 2020 at 13:26, Amit Kapila wrote: > > > > > > /* > > - * Allocate and initialize walsender-related shared memory. > > + * Allocate and initialize replication slots' shared memory. > > */ > > > > How about changing it to

Re: Fix a typo in slot.c

2020-05-14 Thread Masahiko Sawada
On Fri, 15 May 2020 at 13:26, Amit Kapila wrote: > > On Fri, May 15, 2020 at 9:16 AM Masahiko Sawada > wrote: > > > > Hi, > > > > I've attached the patch for $subject. The old comment seems to be > > borrowed from WalSndShmemInit(). > > > > /* > - * Allocate and initialize walsender-related shar

Re: Fix a typo in slot.c

2020-05-14 Thread Amit Kapila
On Fri, May 15, 2020 at 9:16 AM Masahiko Sawada wrote: > > Hi, > > I've attached the patch for $subject. The old comment seems to be > borrowed from WalSndShmemInit(). > /* - * Allocate and initialize walsender-related shared memory. + * Allocate and initialize replication slots' shared memory.

Fix a typo in slot.c

2020-05-14 Thread Masahiko Sawada
Hi, I've attached the patch for $subject. The old comment seems to be borrowed from WalSndShmemInit(). Regards, -- Masahiko Sawadahttp://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services fix_typo.patch Description: Binary data