Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8dfb616

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 parent2d5d691 commit8dfb616

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/0201:23:08 momjian Exp $
27+
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.124 2005/06/0217: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/0201:23:48 momjian Exp $
36+
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.14 2005/06/0217: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)

[8]ページ先頭

©2009-2025 Movatter.jp