mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Added missing whitespaces to array argument parsing.
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.122 2003/10/31 14:10:41 meskes Exp $
|
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.122.2.1 2003/12/29 13:53:17 meskes Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -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 "::"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user