提交 519496b6 编写于 作者: M Marc G. Fournier

More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com>

上级 be19feb1
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册