cstore_fdw
cstore_fdw copied to clipboard
Introduce a memory context for write/read state
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.