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

Commit6f3149e

Browse files
committed
Fix typo in comment.
1 parentfec1d72 commit6f3149e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/formatting.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* -----------------------------------------------------------------------
22
* formatting.c
33
*
4-
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.132 2007/11/15 21:14:39 momjian Exp $
4+
* $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.133 2007/11/21 21:49:22 momjian Exp $
55
*
66
*
77
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3926,7 +3926,7 @@ NUM_prepare_locale(NUMProc *Np)
39263926
* Number thousands separator
39273927
*
39283928
* Some locales (e.g. broken glibc pt_BR), have a comma for decimal,
3929-
* but "" for thousands_sep, so wemightmake the thousands_sep comma
3929+
* but "" for thousands_sep, so we make the thousands_sep comma
39303930
* too. 2007-02-12
39313931
*/
39323932
if (lconv->thousands_sep&&*lconv->thousands_sep)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp