]> granicus.if.org Git - postgresql/commitdiff
Added missing whitespaces to array argument parsing.
authorMichael Meskes <meskes@postgresql.org>
Mon, 29 Dec 2003 13:53:04 +0000 (13:53 +0000)
committerMichael Meskes <meskes@postgresql.org>
Mon, 29 Dec 2003 13:53:04 +0000 (13:53 +0000)
src/interfaces/ecpg/preproc/pgc.l

index 0ce4a96b17621b3cbb5336813999874d7ea204cb..a1827216878e2d05b4a56397517687e665426152 100644 (file)
@@ -12,7 +12,7 @@
  *
  *
  * 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\$]
 
 identifier             {ident_start}{ident_cont}*
 
-array                  ({ident_cont}|[\+\-\*\%\/\(\)])*
+array                  ({ident_cont}|{whitespace}|[\+\-\*\%\/\(\)])*
 typecast               "::"
 
 /*