Update gram_minimal.c which is generated by gram_minimal.y
authorBo Peng <pengbo@sraoss.co.jp>
Fri, 11 Jun 2021 16:26:39 +0000 (01:26 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Fri, 11 Jun 2021 16:26:39 +0000 (01:26 +0900)
src/parser/gram_minimal.c

index 48dbaf1302b532fe32499225436bb1aeb6ba7ad9..dfea558b3b6e86ab78b19eb1afa7f5f1e16938e4 100644 (file)
@@ -26931,7 +26931,7 @@ yyreduce:
 #line 1460 "gram_minimal.y" /* yacc.c:1646  */
     {
                                        VariableSetStmt *n = (yyvsp[0].vsetstmt);
-                                       n->type = T_PgpoolVariableSetStmt; /* Hack to keep changes minumum */
+                                       n->type = T_PgpoolVariableSetStmt; /* Hack to keep changes minimum */
                                        n->is_local = false;
                                        (yyval.node) = (Node *) n;
                                }
@@ -27356,7 +27356,7 @@ yyreduce:
 #line 1720 "gram_minimal.y" /* yacc.c:1646  */
     {
                                        VariableSetStmt *n = (yyvsp[0].vsetstmt);
-                                       n->type = T_PgpoolVariableSetStmt; /* Hack to keep the changes minumum */
+                                       n->type = T_PgpoolVariableSetStmt; /* Hack to keep the changes minimum */
                                        (yyval.node) = (Node *) n;
                                }
 #line 27363 "gram_minimal.c" /* yacc.c:1646  */