projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c08d8f
)
Added missing whitespaces to array argument parsing.
author
Michael Meskes
<
[email protected]
>
Mon, 29 Dec 2003 13:53:17 +0000
(13:53 +0000)
committer
Michael Meskes
<
[email protected]
>
Mon, 29 Dec 2003 13:53:17 +0000
(13:53 +0000)
src/interfaces/ecpg/preproc/pgc.l
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/preproc/pgc.l
b/src/interfaces/ecpg/preproc/pgc.l
index 0302e2bceaba66ad85a3d77b2cb04b81c942850c..70cb84ae90dd8cabffc50f64634ee222b42fdbc3 100644
(file)
--- a/
src/interfaces/ecpg/preproc/pgc.l
+++ b/
src/interfaces/ecpg/preproc/pgc.l
@@
-12,7
+12,7
@@
*
*
* 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}*
-array ({ident_cont}|[\+\-\*\%\/\(\)])*
+array ({ident_cont}|
{whitespace}|
[\+\-\*\%\/\(\)])*
typecast "::"
/*