Fix optimizer coredump with unary-operator WHERE clauses.
A test case is: create table linetab (x line); select * from linetab where ?| x; which coredumps in 6.4.2 and current sources.
Showing
Please register or sign in to comment
A test case is: create table linetab (x line); select * from linetab where ?| x; which coredumps in 6.4.2 and current sources.