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 64839d9 commit 6a25cd6Copy full SHA for 6a25cd6
src/backend/bootstrap/bootparse.y
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.42 2002/03/31 06:26:29 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.43 2002/04/01 14:22:41 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -259,6 +259,7 @@ Boot_DeclareUniqueIndexStmt:
259
260
Boot_BuildIndsStmt:
261
XBUILD INDICES { build_indices(); }
262
+ ;
263
264
265
boot_index_params:
@@ -274,6 +275,7 @@ boot_index_param:
274
275
n->class = LexIDStr($2);
276
$$ = n;
277
}
278
279
280
optbootstrap:
281
XBOOTSTRAP { $$ = 1; }
0 commit comments