cstore_fdw icon indicating copy to clipboard operation
cstore_fdw copied to clipboard

Introduce a memory context for write/read state

Open mtuncer opened this issue 7 years ago • 0 comments

We manually reclaim memory used in read/write operations inside CStoreEndRead() and CStoreEndWrite(). Using a memory context for read/write state will eliminate this and prevent accidental memory leaks in the future.

mtuncer avatar Sep 14 '17 09:09 mtuncer