Skip to content
Snippets Groups Projects
Commit 5266471a authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Rename Query label so ctags finds real structure.

parent d158fce8
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.9 1997/11/28 17:26:43 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.10 1997/12/17 18:21:37 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -103,11 +103,11 @@ TopLevel:
;
Queries:
Query
| Queries Query
A_Query
| Queries A_Query
;
Query :
A_Query :
OpenStmt
| CloseStmt
| CreateStmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment