Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit58416ba

Browse files
author
Maxim Orlov
committed
Issue#27: Make sanitizer happy.
Sanitizer did failed on query like "SELECT pgv_select(...) LIMIT 1"
1 parent0541b06 commit58416ba

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)

[8]ページ先頭

©2009-2025 Movatter.jp