EState->->es_param_exec_vals = NULL; in CreateExecutorState().

This commit is contained in:
Vadim B. Mikheev 1998-02-13 03:42:32 +00:00
parent 7fab67a8ac
commit eab1471b2b
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.13 1998/01/07 21:06:05 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.14 1998/02/13 03:42:32 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@ -90,6 +90,7 @@ CreateExecutorState(void)
state->es_result_relation_info = NULL;
state->es_param_list_info = NULL;
state->es_param_exec_vals = NULL;
state->es_BaseId = 0;
state->es_tupleTable = NULL;