8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be19feb commit 519496bCopy full SHA for 519496b
src/backend/tcop/pquery.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -79,7 +79,7 @@ CreateExecutorState()
79
* initialize the Executor State structure
80
* ----------------
81
82
- state->es_direction = EXEC_FRWD;
+ state->es_direction = ForwardScanDirection;
83
state->es_range_table = NIL;
84
85
state->es_into_relation_descriptor = NULL;
0 commit comments