Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 46e2521

Browse files
committed
Add QueryIsRule gram.y reset.
1 parent 172ef16 commit 46e2521

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/parser/gram.y

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.240 2001/08/04 22:01:39 momjian Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.241 2001/08/06 05:42:48 momjian Exp $
1515
*
1616
* HISTORY
1717
* AUTHOR DATE MAJOR EVENT
@@ -2720,6 +2720,7 @@ RuleStmt: CREATE RULE name AS
27202720
n->instead = $12;
27212721
n->actions = $13;
27222722
$$ = (Node *)n;
2723+
QueryIsRule=FALSE;
27232724
}
27242725
;
27252726

0 commit comments

Comments
 (0)