Re: Refactor query normalization into core query jumbling

From: zengman <zengman(at)halodbtech(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Refactor query normalization into core query jumbling
Date: 2025-12-24 02:50:16
Message-ID: tencent_773098FE570261B84A4FB304@qq.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I am not sure I like this idea. The len_to_wrt being less than 0
> indicates a bug which will be hidden behind such a loop. I
> think it's better to keep the Assert as-is.

Well, my main concern is that assertions are unlikely to be enabled in production environments.
Also, the new patch looks really good. Besides, it seems you accidentally forgot to cc Michael.

--
Regards,
Man Zeng
www.openhalo.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-12-24 02:57:45 Re: Refactor query normalization into core query jumbling
Previous Message jian he 2025-12-24 02:49:57 Re: let ALTER COLUMN SET DATA TYPE cope with POLICY dependency