citus/src
jeff-davis 6e8b19984e
Columnar: separate plan and runtime quals. (#5261)
* Columnar: separate plain and exec quals.

Make a clear separation between plain quals, which contain constants
or extern params; and exec quals, which contain exec params and can't
be evaluated until a rescan.

Fixes #5258.

* more vanilla tests

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
2021-09-13 10:54:53 -07:00
..
backend Columnar: separate plan and runtime quals. (#5261) 2021-09-13 10:54:53 -07:00
include Not flush writes until need to read them when doing index-scan on columnar (#5247) 2021-09-13 18:41:20 +02:00
test Columnar: separate plan and runtime quals. (#5261) 2021-09-13 10:54:53 -07:00