Re: Typo in tablesync comment
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-02-03T23:50:11Z
Lists: pgsql-hackers
Attachments
- v2-0001-Fix-tablesync-comment-typo.patch (application/octet-stream) patch v2-0001
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
Commits
-
Clarify comment in tablesync.c
- fc749bc7041c 14.0 landed