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

Commit07b80eb

Browse files
committed
Improve comment wording.
1 parente5a11a8 commit07b80eb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎src/backend/parser/scan.l

Lines changed: 4 additions & 6 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.124 2005/06/02 17:45:17 tgl Exp $
27+
* $PostgreSQL: pgsql/src/backend/parser/scan.l,v 1.125 2005/06/15 16:28:06 momjian Exp $
2828
*
2929
*-------------------------------------------------------------------------
3030
*/
@@ -178,17 +178,15 @@ quotefail{quote}{whitespace}*"-"
178178
xbstart[bB]{quote}
179179
xbinside[^']*
180180

181-
/* Hexadecimal number
182-
*/
181+
/* Hexadecimal number */
183182
xhstart[xX]{quote}
184183
xhinside[^']*
185184

186-
/* National character
187-
*/
185+
/* National character */
188186
xnstart[nN]{quote}
189187

190188
/* Extended quote
191-
* xqdouble implements embedded quote
189+
* xqdouble implements embedded quote, ''''
192190
*/
193191
xqstart{quote}
194192
xqdouble{quote}{quote}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp