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 3899caf commit 94f1adcCopy full SHA for 94f1adc
src/bin/pgbench/exprscan.l
@@ -61,7 +61,7 @@ space [ \t\r\f]
61
yylval.ival = strtoint64(yytext);
62
return INTEGER;
63
}
64
-{alpha}{alnum}+ {
+{alpha}{alnum}* {
65
yycol += yyleng;
66
yylval.str = pg_strdup(yytext);
67
return FUNCTION;
0 commit comments