Re: [BUG] hstore integer overflow when constructing large values

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tender Wang <tndrwang(at)gmail(dot)com>
Cc: Keyerror Smart <smartkeyerror(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [BUG] hstore integer overflow when constructing large values
Date: 2026-08-18 05:37:02
Message-ID: aoPvftW3_sHxrCI_@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Aug 17, 2026 at 01:05:22PM +0900, Michael Paquier wrote:
> The nested calls in hstore_out() feel a bit inelegant as well written
> this way. Something in sequential form would feel much easier to
> parse, with one line for each add_size involved.

Cleaned up a bit all that, and applied on HEAD.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tender Wang 2026-08-18 05:40:18 Re: [BUG] hstore integer overflow when constructing large values
Previous Message Andrey Rachitskiy 2026-08-18 05:27:01 Re: Residual cleanups for tied objects in PL/Perl