Skip to content

Commit e158670

Browse files
committed
Doesn't anyone test stuff before they commit it?
1 parent 77f27d5 commit e158670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/preproc.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ make_name(void)
327327
%type <str> createdb_opt_list opt_encoding OptInherit Geometric
328328
%type <str> DropdbStmt ClusterStmt grantee RevokeStmt Bit bit
329329
%type <str> GrantStmt privileges operation_commalist operation PosAllConst
330-
%type <str> opt_cursor ConstraintsSetStmt AllConst
330+
%type <str> opt_with_grant opt_cursor ConstraintsSetStmt AllConst
331331
%type <str> case_expr when_clause_list case_default case_arg when_clause
332332
%type <str> select_clause opt_select_limit select_limit_value ConstraintTimeSpec
333333
%type <str> select_offset_value ReindexStmt join_type opt_boolean

0 commit comments

Comments
 (0)