Probably typo in multixact.c

Поиск
Список
Период
Сортировка
От Hou, Zhijie
Тема Probably typo in multixact.c
Дата
Msg-id 1b41e9311e8f474cb5a360292f0b3cb1@G08CNEXMBPEKD05.g08.fujitsu.local
обсуждение исходный текст
Ответы Re: Probably typo in multixact.c  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi

In multixact.c I found some comments like the following:

*        Similar to AtEOX_MultiXact but for COMMIT PREPARED
* Discard the local MultiXactId cache like in AtEOX_MultiXact

Since there's no function called "AtEOX_MultiXact" in the code,
I think the "AtEOX_MultiXact" may be a typo.

AtEOXact_MultiXact seems to be the right function here.

Best regards,
houzj



Вложения

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

Предыдущее
От: Ajin Cherian
Дата:
Сообщение: Re: [HACKERS] logical decoding of two-phase transactions
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Probably typo in multixact.c