Re: Refactor query normalization into core query jumbling

From: Sami Imseih <samimseih(at)gmail(dot)com>
To: Lukas Fittl <lukas(at)fittl(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, zengman <zengman(at)halodbtech(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Julien Rouhaud <rjuju123(at)gmail(dot)com>
Subject: Re: Refactor query normalization into core query jumbling
Date: 2026-04-07 16:35:22
Message-ID: CAA5RZ0v4bd7k4-PQa5A8dpXhCH6rmGth1XidBSsB_W7jiBqsug@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mon, Apr 6, 2026 at 11:28 PM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
> >
> > On Sun, Apr 05, 2026 at 05:13:40PM -0500, Sami Imseih wrote:
> > > I took a look at v9 and it LGTM.
> >
> > I can also see that v9 had the idea to discard quite a few of the
> > edits I did previously. Restored that, reworded one more place that
> > was refering to query normalization in ComputeConstantLengths(),
> > applied the result. We're in time at the end.
>
> Thanks for getting this in!

Thanks Michael and Lukas!

--
Sami

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-04-07 16:49:19 Re: Add errdetail() with PID and UID about source of termination signal
Previous Message Sami Imseih 2026-04-07 16:33:31 Re: test_autovacuum/001_parallel_autovacuum is broken