Re: Typo in tablesync comment
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-02-03T08:04:59Z
Lists: pgsql-hackers
On Wed, Feb 03, 2021 at 06:52:56PM +1100, Peter Smith wrote: > OTOH I thought "additionally stored" made it seem like those states > were in the catalog and "additionally" in shared memory. Good point. > 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. -- Michael
Commits
-
Clarify comment in tablesync.c
- fc749bc7041c 14.0 landed