Updated patchset is attached
On 4/14/25 17:25, Maksim Milyutin wrote:
On 4/11/25 17:00, Tom Lane wrote:
Maksim Milyutin writes:
I've noticed that COALESCE function doesn't converge to argument
expression if it is alone in argument list of COALESCE as part
simplification routine for expression
On 4/11/25 17:00, Tom Lane wrote:
Maksim Milyutin writes:
I've noticed that COALESCE function doesn't converge to argument
expression if it is alone in argument list of COALESCE as part
simplification routine for expressions in planner. This might suppress
further useful transformations when non
Maksim Milyutin writes:
> I've noticed that COALESCE function doesn't converge to argument
> expression if it is alone in argument list of COALESCE as part
> simplification routine for expressions in planner. This might suppress
> further useful transformations when non-strict ops are required
Hello everyone!
I've noticed that COALESCE function doesn't converge to argument
expression if it is alone in argument list of COALESCE as part
simplification routine for expressions in planner. This might suppress
further useful transformations when non-strict ops are required from
some exp