citus/src/backend
aykut-bozkurt 758cda1394 fix single tuple result memory leak (#6724)
We should not omit to free PGResult when we receive single tuple result
from an internal backend.
Single tuple results are normally freed by our ReceiveResults for
`tupleDescriptor != NULL` flow but not for those with `tupleDescriptor
== NULL`. See PR #6722 for details.

DESCRIPTION: Fixes memory leak issue with query results that returns
single row.

(cherry picked from commit 9e69dd0e7f)
2023-02-17 14:41:30 +03:00
..
columnar Columnar: fix wraparound bug. (#5962) 2022-05-27 09:33:18 -07:00
distributed fix single tuple result memory leak (#6724) 2023-02-17 14:41:30 +03:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00