Commit 46e25214 authored by Bruce Momjian's avatar Bruce Momjian

Add QueryIsRule gram.y reset.

parent 172ef163
......@@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.240 2001/08/04 22:01:39 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.241 2001/08/06 05:42:48 momjian Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
......@@ -2720,6 +2720,7 @@ RuleStmt: CREATE RULE name AS
n->instead = $12;
n->actions = $13;
$$ = (Node *)n;
QueryIsRule=FALSE;
}
;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment