Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We missed removing a pfree during cherry pick from community which resulted in invalid write since we ended up writing on freed data inside NextCopyFrom() here ``` MemSet(cstate->defaults, false, num_phys_attrs * sizeof(bool)); ``` [babelfish cherry pick commit](16f3f16#diff-5974661d4ffb034fd936898b834cfd5c28e5ada5ea84b8863a32355af35c4f5bR1612) vs [community commit](postgres/postgres@b635ac0#diff-98d8bfd706468f77f8b0d5d0797e3dba3ffaaa88438143ef4cf7fedecaa56827L1043) With this fix, problematic test file runs clean with valgrind Task: [BABEL-5501] Signed-off-by: Tanzeel Khan <[email protected]>
- Loading branch information