citusdata / citusdata/cstore_fdw
Introduce a memory context for write/read state
Open
enhancement
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.