Index: src/backend/bootstrap/bootparse.y =================================================================== RCS file: /var/lib/cvs/pgsql/src/backend/bootstrap/bootparse.y,v retrieving revision 1.41 diff -c -r1.41 bootparse.y *** src/backend/bootstrap/bootparse.y 26 Mar 2002 19:15:16 -0000 1.41 --- src/backend/bootstrap/bootparse.y 29 Mar 2002 03:16:24 -0000 *************** *** 260,265 **** --- 260,266 ---- Boot_BuildIndsStmt: XBUILD INDICES { build_indices(); } + ; boot_index_params: *************** *** 275,280 **** --- 276,282 ---- n->class = LexIDStr($2); $$ = n; } + ; optbootstrap: XBOOTSTRAP { $$ = 1; }