]> granicus.if.org Git - postgresql/commitdiff
More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com>
authorMarc G. Fournier <scrappy@hub.org>
Tue, 30 Jul 1996 07:41:38 +0000 (07:41 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 30 Jul 1996 07:41:38 +0000 (07:41 +0000)
src/backend/tcop/pquery.c

index cbe6c6d0ab5bcd08adef9ea3b9edb1733d0f6ff5..4f185f2e683462efba5ab5f773f9248d640a8de7 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * 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
      * ----------------
      */
-    state->es_direction = EXEC_FRWD;
+    state->es_direction = ForwardScanDirection;
     state->es_range_table = NIL;
 
     state->es_into_relation_descriptor = NULL;