Re: SUBTRANS: Minimizing calls to SubTransSetParent()

Поиск
Список
Период
Сортировка
От Japin Li
Тема Re: SUBTRANS: Minimizing calls to SubTransSetParent()
Дата
Msg-id MEYP282MB1669BB462812F428CB7D4A9FB6049@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: SUBTRANS: Minimizing calls to SubTransSetParent()  (Simon Riggs <simon.riggs@enterprisedb.com>)
Список pgsql-hackers
On Tue, 15 Nov 2022 at 17:34, Simon Riggs <simon.riggs@enterprisedb.com> wrote:
> On Mon, 7 Nov 2022 at 21:14, Simon Riggs <simon.riggs@enterprisedb.com> wrote:
>
>> These results are compelling, thank you.
>>
>> Setting this to Ready for Committer.
>
> New version attached.

Take a quick look, I think it should be PGPROC instead of PG_PROC, right?

+         * 1. When there's no room in PG_PROC, as mentioned above.
+         *    During XactLockTableWait() we sometimes need to know the topxid.
+         *    If there is room in PG_PROC we can get a subxid's topxid direct
+         *    from the procarray if the topxid is still running, using

-- 
Regrads,
Japin Li.
ChengDu WenWu Information Technology Co.,Ltd.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: psql: Add command to use extended query protocol
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: when the startup process doesn't (logging startup delays)