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 7a64100 commit db263daCopy full SHA for db263da
src/backend/parser/scan.l
@@ -9,7 +9,7 @@
9
*
10
11
* IDENTIFICATION
12
- * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.81 2000/10/31 13:59:53 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.82 2000/11/02 23:20:27 tgl Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -433,7 +433,7 @@ other .
433
* that the "self" rule would have.
434
435
if (nchars == 1 &&
436
- strchr(",()[].;$:+-*/%^<>=|", yytext[0]))
+ strchr(",()[].;$:+-*/%^<>=", yytext[0]))
437
return yytext[0];
438
}
439
0 commit comments