More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com>

This commit is contained in:
Marc G. Fournier 1996-07-30 07:41:38 +00:00
parent be19feb14a
commit 519496b63e

View File

@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.1.1.1 1996/07/09 06:22:00 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/tcop/pquery.c,v 1.2 1996/07/30 07:41:38 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -79,7 +79,7 @@ CreateExecutorState()
* initialize the Executor State structure * initialize the Executor State structure
* ---------------- * ----------------
*/ */
state->es_direction = EXEC_FRWD; state->es_direction = ForwardScanDirection;
state->es_range_table = NIL; state->es_range_table = NIL;
state->es_into_relation_descriptor = NULL; state->es_into_relation_descriptor = NULL;