Re: Refactor query normalization into core query jumbling - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Refactor query normalization into core query jumbling
Date
Msg-id aV8Yws9HddLknVeg@paquier.xyz
Whole thread Raw
In response to Re: Refactor query normalization into core query jumbling  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, Dec 30, 2025 at 01:31:30PM +0900, Michael Paquier wrote:
> Saying that, yes I think that you are right, we should be able to
> remove this dependency on JumbleState in
> pg_hint_plan_post_parse_analyze() and rely on the query ID.  I'm
> writing down a note about cleaning that on the HEAD branch of the
> module..

For the note, I have looked at that again and this improvement is
right, so I have pushed something to simplify the code:
https://github.com/ossc-db/pg_hint_plan/commit/3a63a56740e48e1d205294d5df6e198716718882

Thanks for the suggestion, Lukas.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Jacob Jackson
Date:
Subject: Re: Proposal: Add a UNIQUE NOT ENFORCED constraint
Next
From: Tom Lane
Date:
Subject: Re: Proposal to allow setting cursor options on Portals