Skip to content

Commit 8dfb616

Browse files
committed
The no-lexer-backup speedup hadn't been there a week before somebody
broke it. Maybe we do need an automated check ...
1 parent 2d5d691 commit 8dfb616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/backend/parser/scan.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Portions Copyright (c) 1994, Regents of the University of California
2525
*
2626
* IDENTIFICATION
27-
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.123 2005/06/02 01:23:08 momjian Exp $
27+
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.124 2005/06/02 17:45:17 tgl Exp $
2828
*
2929
*-------------------------------------------------------------------------
3030
*/
@@ -193,7 +193,7 @@ xnstart [nN]{quote}
193193
xqstart {quote}
194194
xqdouble {quote}{quote}
195195
xqinside [^\\']+
196-
xqescape [\\][^0-7x]
196+
xqescape [\\][^0-7]
197197
xqoctesc [\\][0-7]{1,3}
198198
xqhexesc [\\]x[0-9A-Fa-f]{1,2}
199199

src/bin/psql/psqlscan.l

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* Portions Copyright (c) 1994, Regents of the University of California
3434
*
3535
* IDENTIFICATION
36-
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.13 2005/06/02 01:23:48 momjian Exp $
36+
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.14 2005/06/02 17:45:19 tgl Exp $
3737
*
3838
*-------------------------------------------------------------------------
3939
*/
@@ -250,7 +250,7 @@ xnstart [nN]{quote}
250250
xqstart {quote}
251251
xqdouble {quote}{quote}
252252
xqinside [^\\']+
253-
xqescape [\\][^0-7x]
253+
xqescape [\\][^0-7]
254254
xqoctesc [\\][0-7]{1,3}
255255
xqhexesc [\\]x[0-9A-Fa-f]{1,2}
256256

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy