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

From zengman
Subject Re: Refactor query normalization into core query jumbling
Date
Msg-id tencent_773098FE570261B84A4FB304@qq.com
Whole thread Raw
In response to Re: Refactor query normalization into core query jumbling  (Sami Imseih <samimseih@gmail.com>)
Responses Re: Refactor query normalization into core query jumbling
List 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

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: let ALTER COLUMN SET DATA TYPE cope with POLICY dependency
Next
From: Michael Paquier
Date:
Subject: Re: Refactor query normalization into core query jumbling