Re: PSQL error: total cell count of XXX exceeded

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: PSQL error: total cell count of XXX exceeded
Дата
Msg-id ZP/hQMzOkzqaCpGe@paquier.xyz
обсуждение исходный текст
Ответ на Re: PSQL error: total cell count of XXX exceeded  (Hongxu Ma <interma@outlook.com>)
Ответы Re: PSQL error: total cell count of XXX exceeded  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Sep 12, 2023 at 02:39:55AM +0000, Hongxu Ma wrote:
> Thank you for your advice, Jelte.
> I have refactored my code, please see the attached patch. (and I put
> it into https://commitfest.postgresql.org/45/ for trace)

 {
+       long total_cells;

long is 4 bytes on Windows, and 8 bytes basically elsewhere.  So you
would still have the same problem on Windows, no?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add 'worker_type' to pg_stat_subscription
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PoC] pg_upgrade: allow to upgrade publisher node