Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit eab1471

Browse files
committed
EState->->es_param_exec_vals = NULL; in CreateExecutorState().
1 parent 7fab67a commit eab1471

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)