Re: Typo in tablesync comment

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-02-03T12:55:19Z
Lists: pgsql-hackers
On Wed, Feb 3, 2021 at 1:35 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Wed, Feb 03, 2021 at 06:52:56PM +1100, Peter Smith wrote:
>
> > Maybe better to rewrite it more drastically?
> >
> > e.g
> > -----
> >  *    The catalog pg_subscription_rel is used to keep information about
> >  *    subscribed tables and their state. The catalog holds all states
> >  *    except SYNCWAIT and CATCHUP which are only in shared memory.
> > -----
>
> Fine by me.
>

+1.

-- 
With Regards,
Amit Kapila.



Commits

  1. Clarify comment in tablesync.c