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-18 04:59:34 |
Message-ID: | CAA4eK1LWK3t1Tc2_erPKR27mj-cRjzyVLqDO=+vdwTZrQGaJ-w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, May 15, 2020 at 10:08 AM Masahiko Sawada
<masahiko(dot)sawada(at)2ndquadrant(dot)com> wrote:
>
> On Fri, 15 May 2020 at 13:26, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> >
> >
> > /*
> > - * 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"?
> >
>
> Agreed.
>
> Attached the updated patch.
>
Pushed.
--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Oleksandr Shulgin | 2020-05-18 06:08:46 | Re: [PATCH] Add support to psql for edit-and-execute-command |
Previous Message | Amit Kapila | 2020-05-18 04:48:01 | Re: Parallel copy |