8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c607bd6 commit 21b3c0eCopy full SHA for 21b3c0e
src/interfaces/ecpg/preproc/pgc.l
@@ -12,7 +12,7 @@
12
*
13
14
* IDENTIFICATION
15
- * $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 $
16
17
*-------------------------------------------------------------------------
18
*/
@@ -183,7 +183,7 @@ ident_cont [A-Za-z\200-\377_0-9\$]
183
184
identifier {ident_start}{ident_cont}*
185
186
-array ({ident_cont}|[\+\-\*\%\/\(\)])*
+array ({ident_cont}|{whitespace}|[\+\-\*\%\/\(\)])*
187
typecast "::"
188
189
/*
0 commit comments