10000 Issue #27: Make sanitizer happy. · postgrespro/pg_variables@58416ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 58416ba

Browse files
author
Maxim Orlov
committed
Issue #27: Make sanitizer happy.
Sanitizer did failed on query like "SELECT pgv_select(...) LIMIT 1"
1 parent 0541b06 commit 58416ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pg_variables.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,6 +2573,8 @@ variable_ExecutorEnd(QueryDesc *queryDesc)
25732573
prev_ExecutorEnd(queryDesc);
25742574
else
25752575
standard_ExecutorEnd(queryDesc);
2576+
2577+
freeStatsLists();
25762578
}
25772579

25782580
/*

0 commit comments

Comments
 (0)
0