Fixing PSQL error: total cell count of XXX exceeded

Edit
ID 4558
Title Fixing PSQL error: total cell count of XXX exceeded
Topic Bug Fixes
Created 2023-09-11 07:54:33
Last modified 2023-11-21 14:19:06 (11 months, 4 weeks ago)
Latest email 2023-11-21 18:11:02 (11 months, 4 weeks ago)
Status
2023-11: Committed
Target version
Authors hongxu ma (interma)
Reviewers Julien Rouhaud (rjuju)Become reviewer
Committer Álvaro Herrera (alvherre)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/4558
git checkout commitfest/cf/4558
Emails
PSQL error: total cell count of XXX exceeded
First at 2023-08-26 03:29:44 by Hongxu Ma <interma at outlook.com>
Latest at 2023-11-21 18:11:02 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (v5-0001-Avoid-overflow-in-fe_utils-printTable-API.patch) at 2023-11-20 20:48:35 from Alvaro Herrera <alvherre at alvh.no-ip.org>
    Attachment (v5-0001-Avoid-overflow-in-fe_utils-printTable-API.patch) at 2023-11-20 20:48:35 from Alvaro Herrera <alvherre at alvh.no-ip.org> (Patch: Yes)
    Attachment (v4-0001-Using-int64-type-for-the-number-of-total-cells.patch) at 2023-09-13 07:31:54 from Hongxu Ma <interma at outlook.com> (Patch: Yes)
    Attachment (v3-0001-Using-long-type-in-printTableAddCell.patch) at 2023-09-13 02:22:48 from Hongxu Ma <interma at outlook.com> (Patch: Yes)
    Attachment (v2-0001-Using-long-type-in-printTableAddCell.patch) at 2023-09-12 02:39:55 from Hongxu Ma <interma at outlook.com> (Patch: Yes)
    Attachment (0001-Using-long-type-in-printTableAddCell.patch) at 2023-09-11 06:50:39 from Hongxu Ma <interma at outlook.com> (Patch: Yes)
History
When Who What
2023-11-21 14:19:06 Álvaro Herrera (alvherre) Closed in commitfest 2023-11 with status: Committed
2023-11-21 14:19:06 Álvaro Herrera (alvherre) Changed committer to alvherre
2023-09-12 03:20:54 Julien Rouhaud (rjuju) Added rjuju as reviewer
2023-09-11 07:55:12 hongxu ma (interma) Changed authors to hongxu ma (interma)
2023-09-11 07:54:33 hongxu ma (interma) Attached mail thread TYBP286MB0351B057B101C90D7C1239E6B4E2A@TYBP286MB0351.JPNP286.PROD.OUTLOOK.COM
2023-09-11 07:54:33 hongxu ma (interma) Created patch record
Edit