aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-09-22 21:56:47 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-09-22 21:56:47 +0000
commit1d01d484c174720285faa642ce87ca6abf9e56c0 (patch)
tree8319835553fe4fbfea96ff283f5d75ac0ad5b475
parent67ddac35db84eadce597cb32cae39ce35c8d784a (diff)
downloadpostgresql-1d01d484c174720285faa642ce87ca6abf9e56c0.tar.gz
postgresql-1d01d484c174720285faa642ce87ca6abf9e56c0.zip
Remove commas for compatibility with newer releases of bison.
-rw-r--r--src/pl/plpgsql/src/gram.y36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/pl/plpgsql/src/gram.y b/src/pl/plpgsql/src/gram.y
index 7c62d66d243..919bbd1b5e2 100644
--- a/src/pl/plpgsql/src/gram.y
+++ b/src/pl/plpgsql/src/gram.y
@@ -4,7 +4,7 @@
* procedural language
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.37 2002/09/01 16:28:06 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.38 2002/09/22 21:56:47 tgl Exp $
*
* This software is copyrighted by Jan Wieck - Hamburg.
*
@@ -98,40 +98,40 @@ static void check_assignable(PLpgSQL_datum *datum);
%type <declhdr> decl_sect
%type <varname> decl_varname
%type <str> decl_renname
-%type <ival> decl_const, decl_notnull
-%type <expr> decl_defval, decl_cursor_query
+%type <ival> decl_const decl_notnull
+%type <expr> decl_defval decl_cursor_query
%type <dtype> decl_datatype
-%type <row> decl_rowtype, decl_cursor_args, decl_cursor_arglist
+%type <row> decl_rowtype decl_cursor_args decl_cursor_arglist
%type <nsitem> decl_aliasitem
-%type <str> decl_stmts, decl_stmt
+%type <str> decl_stmts decl_stmt
-%type <expr> expr_until_semi, expr_until_then, expr_until_loop
+%type <expr> expr_until_semi expr_until_then expr_until_loop
%type <expr> opt_exitcond
-%type <ival> assign_var, cursor_variable
-%type <var> fori_var, cursor_varptr, decl_cursor_arg
+%type <ival> assign_var cursor_variable
+%type <var> fori_var cursor_varptr decl_cursor_arg
%type <varname> fori_varname
%type <forilow> fori_lower
%type <rec> fors_target
-%type <str> opt_lblname, opt_label
+%type <str> opt_lblname opt_label
%type <str> opt_exitlabel
%type <str> execsql_start
-%type <stmts> proc_sect, proc_stmts, stmt_else, loop_body
-%type <stmt> proc_stmt, pl_block
-%type <stmt> stmt_assign, stmt_if, stmt_loop, stmt_while, stmt_exit
-%type <stmt> stmt_return, stmt_return_next, stmt_raise, stmt_execsql
-%type <stmt> stmt_fori, stmt_fors, stmt_select, stmt_perform
-%type <stmt> stmt_dynexecute, stmt_dynfors, stmt_getdiag
-%type <stmt> stmt_open, stmt_fetch, stmt_close
+%type <stmts> proc_sect proc_stmts stmt_else loop_body
+%type <stmt> proc_stmt pl_block
+%type <stmt> stmt_assign stmt_if stmt_loop stmt_while stmt_exit
+%type <stmt> stmt_return stmt_return_next stmt_raise stmt_execsql
+%type <stmt> stmt_fori stmt_fors stmt_select stmt_perform
+%type <stmt> stmt_dynexecute stmt_dynfors stmt_getdiag
+%type <stmt> stmt_open stmt_fetch stmt_close
%type <intlist> raise_params
-%type <ival> raise_level, raise_param
+%type <ival> raise_level raise_param
%type <str> raise_msg
%type <dtlist> getdiag_list
-%type <ival> getdiag_item, getdiag_target
+%type <ival> getdiag_item getdiag_target
%type <ival> lno