Re: Typo in tablesync comment

Поиск
Список
Период
Сортировка
От Peter Smith
Тема Re: Typo in tablesync comment
Дата
Msg-id CAHut+PvhkiiEOjW8LpgF8oTHPfaA5L=Fu6zym1Vs6=V2W2UtcA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Typo in tablesync comment  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Typo in tablesync comment  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Wed, Feb 3, 2021 at 6:13 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Tue, Feb 02, 2021 at 07:23:37PM +0530, Amit Kapila wrote:
> > I don't mind changing to your proposed text but I think the current
> > wording is also okay and seems clear to me.
>
> Reading that again, I still find the word "transient" to be misleading
> in this context.  Any extra opinions?

OTOH I thought "additionally stored" made it seem like those states
were in the catalog and "additionally" in shared memory.

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.
-----

Kind Regards,
Peter Smith.
Fujitsu Australia



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Printing backtrace of postgres processes
Следующее
От: Ajin Cherian
Дата:
Сообщение: Re: Single transaction in the tablesync worker?