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

From Jelte Fennema
Subject Re: PSQL error: total cell count of XXX exceeded
Date
Msg-id CAGECzQSo0qk+QwzVgGhjx+-gGmj41w+JPmUHmdeObFCp1h7pjQ@mail.gmail.com
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 Mon, 11 Sept 2023 at 08:51, Hongxu Ma <interma@outlook.com> wrote:
>
> I created a patch to fix it.
> Really appreciate to anyone can help to review it.
> Thanks.

I think "product" as a variable name isn't very descriptive. Let's
call it total_cells (or something similar instead).

Other than that I think it's a good change. content->cellsadded is
also a long, So I agree that I don't think the limit of int cells was
intended here.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node
Next
From: Michael Paquier
Date:
Subject: Re: pg_logical_emit_message() misses a XLogFlush()