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

Commit0dfc358

Browse files
committed
Fix for memory leak in executor with fjIsNull.
1 parentbd6f98a commit0dfc358

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎src/backend/executor/execQual.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.48 1999/03/14 20:01:14 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.49 1999/03/19 22:31:39 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1598,8 +1598,11 @@ ExecTargetList(List *targetlist,
15981598
*free the nulls array if we allocated one..
15991599
*/
16001600
if (nodomains>64)
1601+
{
16011602
pfree(null_head);
1602-
1603+
pfree(fjIsNull);
1604+
}
1605+
16031606
returnnewTuple;
16041607
}
16051608

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp