Commit 21b3c0e0 authored by Michael Meskes's avatar Michael Meskes

Added missing whitespaces to array argument parsing.

parent c607bd69
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.123 2003/11/29 19:52:08 pgsql Exp $ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.124 2003/12/29 13:53:04 meskes Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -183,7 +183,7 @@ ident_cont [A-Za-z\200-\377_0-9\$] ...@@ -183,7 +183,7 @@ ident_cont [A-Za-z\200-\377_0-9\$]
identifier {ident_start}{ident_cont}* identifier {ident_start}{ident_cont}*
array ({ident_cont}|[\+\-\*\%\/\(\)])* array ({ident_cont}|{whitespace}|[\+\-\*\%\/\(\)])*
typecast "::" typecast "::"
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment