Re: Typo in tablesync comment - Mailing list pgsql-hackers

From Peter Smith
Subject Re: Typo in tablesync comment
Date
Msg-id CAHut+PvDpdEacpqD-C_sbf_S1DdovzsVjtJMxe03iBwAXHf4dA@mail.gmail.com
Whole thread Raw
In response to Re: Typo in tablesync comment  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Typo in tablesync comment
List pgsql-hackers
On Wed, Feb 3, 2021 at 11:55 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> 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.
>

OK. I attached an updated patch using this new text.

----
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: logical replication worker accesses catalogs in error context callback
Next
From: Tomas Vondra
Date:
Subject: Re: WIP: BRIN multi-range indexes