summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMaterial.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-07-30 07:47:58 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-07-30 07:47:58 +0000
commite5e12f640571f1d1a440d868454afd543beb73fd (patch)
tree982606969cdfa044988f7640dda80a462fbe717c /src/backend/executor/nodeMaterial.c
parent519496b63e1e246908e7dfe4b1cbd3bcb3a3c6e9 (diff)
downloadpostgresql-e5e12f640571f1d1a440d868454afd543beb73fd.tar.gz
More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
Diffstat (limited to 'src/backend/executor/nodeMaterial.c')
-rw-r--r--src/backend/executor/nodeMaterial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/executor/nodeMaterial.c b/src/backend/executor/nodeMaterial.c
index 88fc93d2d4..2cd7c18ff1 100644
--- a/src/backend/executor/nodeMaterial.c
+++ b/src/backend/executor/nodeMaterial.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.1.1.1 1996/07/09 06:21:26 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/nodeMaterial.c,v 1.2 1996/07/30 07:45:31 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -79,7 +79,7 @@ ExecMaterial(Material *node)
* while creating the temporary relation.
* ----------------
*/
- estate->es_direction = EXEC_FRWD;
+ estate->es_direction = ForwardScanDirection;
/* ----------------
* if we couldn't create the temp or current relations then