8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fab67a commit eab1471Copy full SHA for eab1471
src/backend/tcop/pquery.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -90,6 +90,7 @@ CreateExecutorState(void)
90
state->es_result_relation_info = NULL;
91
92
state->es_param_list_info = NULL;
93
+ state->es_param_exec_vals = NULL;
94
95
state->es_BaseId = 0;
96
state->es_tupleTable = NULL;
0 commit comments