提交 6eb27d16 编写于 作者: M Michael Meskes

Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts.

上级 e895eb19
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.247 2003/07/14 10:16:44 meskes Exp $ */
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.248 2003/07/14 12:18:25 meskes Exp $ */
/* Copyright comment */
%{
......@@ -2904,7 +2904,6 @@ opt_select_limit: select_limit { $$ = $1; }
select_limit_value: a_expr { $$ = $1; }
| ALL { $$ = make_str("all"); }
| PARAM { $$ = make_name(); }
;
select_offset_value: a_expr { $$ = $1; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册