Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an out-of-memory when inserting large values (#253)
The InsertTupleAndEnforceConstraints() constructed tuple on-the-fly, and on other reference, so we can safely set shouldFree to true for ExecStoreHeapTuple() to avoid duplicate memory allocation.
- Loading branch information