From: | Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com> |
---|---|
To: | |
Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Michel Pelletier <pelletier(dot)michel(at)gmail(dot)com> |
Subject: | Re: Reducing output size of nodeToString |
Date: | 2024-02-12 19:32:56 |
Message-ID: | CAEze2Wg==idqY7UX_+kqOZ6DNVWaqVtXV0dHqXW6oGevFfa91w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, 12 Feb 2024 at 19:03, Matthias van de Meent
<boekewurm+postgres(at)gmail(dot)com> wrote:
> Attached is patchset v2, which contains the improvements from these patches:
Attached v3, which fixes an out-of-bounds read in pg_strtoken_next,
detected by asan, that was a likely cause of the problems in CFBot's
FreeBSD regression tests.
Kind regards,
Matthias van de Meent
Neon (https://neon.tech)
Attachment | Content-Type | Size |
---|---|---|
v3-0002-pg_node_tree-Don-t-store-query-text-locations-in-.patch | application/octet-stream | 19.2 KB |
v3-0004-gen_node_support.pl-Add-a-TypMod-type-for-signall.patch | application/octet-stream | 10.4 KB |
v3-0005-nodeToString-omit-serializing-NULL-datums-in-Cons.patch | application/octet-stream | 1.9 KB |
v3-0003-gen_node_support.pl-Mark-location-fields-as-type-.patch | application/octet-stream | 26.4 KB |
v3-0006-nodeToString-Apply-RLE-on-Bitmapset-and-numeric-L.patch | application/octet-stream | 7.9 KB |
v3-0007-gen_node_support.pl-Optimize-serialization-of-fie.patch | application/octet-stream | 9.2 KB |
v3-0001-pg_node_tree-Omit-serialization-of-fields-with-de.patch | application/octet-stream | 23.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2024-02-12 19:33:24 | Re: Improve WALRead() to suck data directly from WAL buffers when possible |
Previous Message | Daniel Verite | 2024-02-12 18:30:30 | Re: psql's FETCH_COUNT (cursor) is not being respected for CTEs |