Re: POC: make mxidoff 64 bits

Поиск
Список
Период
Сортировка
От Andrey M. Borodin
Тема Re: POC: make mxidoff 64 bits
Дата
Msg-id 523CEE07-5151-412A-A7EB-A4C722EE14F7@yandex-team.ru
обсуждение исходный текст
Ответ на POC: make mxidoff 64 bits  (Maxim Orlov <orlovmg@gmail.com>)
Список pgsql-hackers

> On 23 Apr 2024, at 11:23, Maxim Orlov <orlovmg@gmail.com> wrote:
>
> Make multixact offsets 64 bit.

-        ereport(ERROR,
-                (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED),
-                 errmsg("multixact \"members\" limit exceeded"),
Personally, I'd be happy with this! We had some incidents where the only mitigation was vacuum settings tweaking.

BTW as a side note... I see lot's of casts to (unsigned long long), can't we just cast to MultiXactOffset?


Best regards, Andrey Borodin.


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

Предыдущее
От: Jakub Wartak
Дата:
Сообщение: Re: GUC-ify walsender MAX_SEND_SIZE constant
Следующее
От: wenhui qiu
Дата:
Сообщение: Re: POC: make mxidoff 64 bits