diff options
| author | Tom Lane | 2005-06-02 17:45:19 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-06-02 17:45:19 +0000 |
| commit | 8dfb616606d411dd0ea7dc9980061cd9a94b1de7 (patch) | |
| tree | 21c4946abe584164790bd01eae4cfe12c43546c2 /src/bin | |
| parent | 2d5d691d15d041f9ef68fa3bdd65fabeb82d4b8d (diff) | |
The no-lexer-backup speedup hadn't been there a week before somebody
broke it. Maybe we do need an automated check ...
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/psql/psqlscan.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlscan.l b/src/bin/psql/psqlscan.l index d0e1dc80d20..a093b3703f5 100644 --- a/src/bin/psql/psqlscan.l +++ b/src/bin/psql/psqlscan.l @@ -33,7 +33,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.13 2005/06/02 01:23:48 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.14 2005/06/02 17:45:19 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -250,7 +250,7 @@ xnstart [nN]{quote} xqstart {quote} xqdouble {quote}{quote} xqinside [^\\']+ -xqescape [\\][^0-7x] +xqescape [\\][^0-7] xqoctesc [\\][0-7]{1,3} xqhexesc [\\]x[0-9A-Fa-f]{1,2} |
