Re: PSQL error: total cell count of XXX exceeded - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: PSQL error: total cell count of XXX exceeded
Date
Msg-id ZP/hQMzOkzqaCpGe@paquier.xyz
Whole thread Raw
In response to Re: PSQL error: total cell count of XXX exceeded  (Hongxu Ma <interma@outlook.com>)
Responses Re: PSQL error: total cell count of XXX exceeded
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add 'worker_type' to pg_stat_subscription
Next
From: Michael Paquier
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node