citus/src
Onur Tirtir 6c26c67ea0 Flush write state when initializing read state
In next commit, we will adjust curcid of the snapshot being used when
scanning the columnar table.

However, for index scan, snapshot is provided not when beginning scan
but within fetch-tuple call.

For this reason, start flushing pending writes in init_columnar_read_state
since this seem to be a prerequisite step that needs to be done before
scanning a columnar table regardless of the scan method being used.
2021-09-02 11:10:11 +03:00
..
backend Flush write state when initializing read state 2021-09-02 11:10:11 +03:00
include Use correct snapshot when reading a columnar table 2021-09-02 11:10:11 +03:00
test Skip dropping shards when we know it's a partition (#5176) 2021-08-31 17:41:37 +03:00