citus/src
Onur Tirtir d8f92697f2
Free memory used for last stripe read when re-scanning a columnar table (#5143)
Instead of setting stripeReadState to NULL, call ColumnarResetRead
before re-scanning a columnar table since this function is already
designed for doing the necessary clean up when finishing a stripe
read.

Note that this change shouldn't have a great effect on memory usage
since AdvanceStripe was already doing the clean-up for all the
stripes except the last one.
2021-08-02 11:16:01 +03:00
..
backend Free memory used for last stripe read when re-scanning a columnar table (#5143) 2021-08-02 11:16:01 +03:00
include Use long-lasting mem cxt & optimize correlated index scan 2021-08-02 11:00:12 +03:00
test Not free (stripe) chunk buffers after de-serializing 2021-08-02 11:00:12 +03:00