Re: Fix a typo in slot.c

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Masahiko Sawada <masahiko(dot)sawada(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix a typo in slot.c
Date: 2020-05-15 04:26:36
Message-ID: CAA4eK1LcnTFdc_g1o+8DhSF9sWLZHj5CfxiU+h3+vn5+OF-p3Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, May 15, 2020 at 9:16 AM Masahiko Sawada
<masahiko(dot)sawada(at)2ndquadrant(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2020-05-15 04:37:41 Re: Fix a typo in slot.c
Previous Message Muhammad Usama 2020-05-15 04:25:50 Re: Transactions involving multiple postgres foreign servers, take 2