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 ff5e8a2 commit 309401aCopy full SHA for 309401a
src/backend/parser/scan.l
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.88 2001/03/22 17:41:47 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.89 2001/09/04 00:19:39 petere Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -375,7 +375,7 @@ other .
375
return IDENT;
376
}
377
<xd>{xddouble} {
378
- addlit(yytext, yyleng-1);
+ addlit(yytext+1, yyleng-1);
379
380
<xd>{xdinside} {
381
addlit(yytext, yyleng);
0 commit comments