RE: list of TransactionIds

Поиск
Список
Период
Сортировка
От houzj.fnst@fujitsu.com
Тема RE: list of TransactionIds
Дата
Msg-id OS0PR01MB5716E2399494D4CB1A28A091942A9@OS0PR01MB5716.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Re: list of TransactionIds  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: list of TransactionIds  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On Monday, July 4, 2022 9:27 PM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:

Hi,

> 
> Pushed now, to master only.

Thanks for introducing these APIs!

While trying to use the newly introduced list_member_xid(), I noticed that it
internally use lfirst_oid instead of lfirst_xid. It works ok for now. Just in
case we change xid to 64 bits in the future, I think we’d better use lfirst_xid
here.

Here is a tiny patch to fix that.

Best regards,
Hou Zhijie

Вложения

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

Предыдущее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: shared memory stats ideas
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: list of TransactionIds