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

Commiteab1471

Browse files
committed
EState->->es_param_exec_vals = NULL; in CreateExecutorState().
1 parent7fab67a commiteab1471

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/tcop/pquery.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.13 1998/01/07 21:06:05 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.14 1998/02/13 03:42:32 vadim Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -90,6 +90,7 @@ CreateExecutorState(void)
9090
state->es_result_relation_info=NULL;
9191

9292
state->es_param_list_info=NULL;
93+
state->es_param_exec_vals=NULL;
9394

9495
state->es_BaseId=0;
9596
state->es_tupleTable=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp