Avoid slowdown when exprNodeIsConstant() is called on deeply nested SQL functions.
commit6fec9075af4d7a807c66b153a570357b9970f3e3
authorDan Kennedy <danielk1977@gmail.com>
Wed, 24 Apr 2024 11:40:47 +0000 (24 11:40 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Wed, 24 Apr 2024 11:40:47 +0000 (24 11:40 +0000)
tree7f8916030d135c4e7f07665d8caf615d344296cc
parentbc01d73f3aec3e7c449fa7afadbd15792e681ace
Avoid slowdown when exprNodeIsConstant() is called on deeply nested SQL functions.
src/expr.c
test/func2.test