mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 09:38:27 -04:00
Added missing whitespaces to array argument parsing.
This commit is contained in:
parent
c607bd693f
commit
21b3c0e0ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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 "::"
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue