Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21b3c0e

Browse files
author
Michael Meskes
committed
Added missing whitespaces to array argument parsing.
1 parentc607bd6 commit21b3c0e

File tree

1 file changed

+2
-2
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/pgc.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*
1414
* IDENTIFICATION
15-
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.123 2003/11/2919:52:08 pgsql Exp $
15+
* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/pgc.l,v 1.124 2003/12/2913:53:04 meskes Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -183,7 +183,7 @@ ident_cont[A-Za-z\200-\377_0-9\$]
183183

184184
identifier{ident_start}{ident_cont}*
185185

186-
array({ident_cont}|[\+\-\*\%\/\(\)])*
186+
array({ident_cont}|{whitespace}|[\+\-\*\%\/\(\)])*
187187
typecast"::"
188188

189189
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp