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

Commit33294d5

Browse files
committed
Use {xqoctesc} lex macro now that \ddd is standard.
1 parenta2cce84 commit33294d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎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.11 2005/05/3014:50:35 momjian Exp $
36+
* $PostgreSQL: pgsql/src/bin/psql/psqlscan.l,v 1.12 2005/05/3016:48:47 momjian Exp $
3737
*
3838
*-------------------------------------------------------------------------
3939
*/
@@ -849,7 +849,7 @@ other.
849849
"\\r"{appendPQExpBufferChar(output_buf,'\r'); }
850850
"\\f"{appendPQExpBufferChar(output_buf,'\f'); }
851851

852-
"\\"[0-7]{1,3}{
852+
{xqoctesc}{
853853
/* octal case */
854854
appendPQExpBufferChar(output_buf,
855855
(char)strtol(yytext +1,NULL,8));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp