projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbdfb06
)
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 e438eab3713d6a43033ad7ece0ed0280322bf2ec..65d11148647a7e9af86ab849aca226f5f5b6e99d 100644
(file)
--- a/
src/interfaces/ecpg/preproc/pgc.l
+++ b/
src/interfaces/ecpg/preproc/pgc.l
@@
-12,7
+12,7
@@
*
*
* IDENTIFICATION
- * $
Header
$
+ * $
PostgreSQL
$
*
*-------------------------------------------------------------------------
*/
@@
-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 "::"
/*