Re: Reducing output size of nodeToString

From: Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, 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-22 15:07:55
Message-ID: CAEze2WgKVdmMLAGga8Gfh7DsvuJPxiqPvYH8fS0Px8f3w5g64g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 22 Feb 2024 at 13:37, Matthias van de Meent
<boekewurm+postgres(at)gmail(dot)com> wrote:
>
> On Mon, 19 Feb 2024 at 14:19, Matthias van de Meent
> <boekewurm+postgres(at)gmail(dot)com> wrote:
> > Attached the updated version of the patch on top of 5497daf3, which
> > incorporates this last round of feedback.
>
> Now attached rebased on top of 93db6cbd to fix conflicts with fbc93b8b
> and an issue in the previous patchset: I attached one too many v3-0001
> from a previous patch I worked on.

... and now with a fix for not overwriting newly deserialized location
attributes with -1, which breaks test output for
READ_WRITE_PARSE_PLAN_TREES installations. Again, no other significant
changes since the patch of last Monday.

Sorry for the noise,

-Matthias

Attachment Content-Type Size
v7-0004-gen_node_support.pl-Add-a-TypMod-type-for-signall.patch application/octet-stream 10.4 KB
v7-0003-gen_node_support.pl-Mark-location-fields-as-type-.patch application/octet-stream 26.2 KB
v7-0002-pg_node_tree-Don-t-store-query-text-locations-in-.patch application/octet-stream 19.0 KB
v7-0001-pg_node_tree-Omit-serialization-of-fields-with-de.patch application/octet-stream 22.8 KB
v7-0005-nodeToString-omit-serializing-NULL-datums-in-Cons.patch application/octet-stream 1.8 KB
v7-0007-gen_node_support.pl-Optimize-serialization-of-fie.patch application/octet-stream 9.2 KB
v7-0006-nodeToString-Apply-RLE-on-Bitmapset-and-numeric-L.patch application/octet-stream 7.9 KB
v7-0008-nodeToString-omit-serializing-0s-in-enum-typed-fi.patch application/octet-stream 2.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthias van de Meent 2024-02-22 15:42:40 Re: btree: downlink right separator/HIKEY optimization
Previous Message Tom Lane 2024-02-22 15:05:48 Re: Test to dump and restore objects left behind by regression