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 d158fce commit 5266471Copy full SHA for 5266471
src/backend/bootstrap/bootparse.y
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $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 $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -103,11 +103,11 @@ TopLevel:
103
;
104
105
Queries:
106
- Query
107
- | Queries Query
+ A_Query
+ | Queries A_Query
108
109
110
-Query :
+A_Query :
111
OpenStmt
112
| CloseStmt
113
| CreateStmt
0 commit comments