From: Marc G. Fournier Date: Tue, 30 Jul 1996 07:41:38 +0000 (+0000) Subject: More cleandups from: "Kurt J. Lidl" X-Git-Tag: Release_1_0_2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=519496b63e1e246908e7dfe4b1cbd3bcb3a3c6e9;p=postgresql More cleandups from: "Kurt J. Lidl" --- diff --git a/src/backend/tcop/pquery.c b/src/backend/tcop/pquery.c index cbe6c6d0ab..4f185f2e68 100644 --- a/src/backend/tcop/pquery.c +++ b/src/backend/tcop/pquery.c @@ -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;