Re: Fix a typo in slot.c - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Fix a typo in slot.c
Date
Msg-id CAA4eK1LcnTFdc_g1o+8DhSF9sWLZHj5CfxiU+h3+vn5+OF-p3Q@mail.gmail.com
Whole thread Raw
In response to Fix a typo in slot.c  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
Responses Re: Fix a typo in slot.c
List pgsql-hackers
On Fri, May 15, 2020 at 9:16 AM Masahiko Sawada
<masahiko.sawada@2ndquadrant.com> 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.
  */

How about changing it to "Allocate and initialize shared memory for
replication slots"?

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Muhammad Usama
Date:
Subject: Re: Transactions involving multiple postgres foreign servers, take 2
Next
From: Masahiko Sawada
Date:
Subject: Re: Fix a typo in slot.c