aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeMaterial.c
diff options
context:
space:
mode:
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 88fc93d2d4e..2cd7c18ff18 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