projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a2162
)
Fix typo in comment.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 21 Nov 2007 21:49:22 +0000
(21:49 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 21 Nov 2007 21:49:22 +0000
(21:49 +0000)
src/backend/utils/adt/formatting.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/formatting.c
b/src/backend/utils/adt/formatting.c
index 667bb78b3d06d551bc2f2d78331f43abac5773b7..d976d8932ea923f115551488bbb0fdd7ef996419 100644
(file)
--- a/
src/backend/utils/adt/formatting.c
+++ b/
src/backend/utils/adt/formatting.c
@@
-3926,7
+3926,7
@@
NUM_prepare_locale(NUMProc *Np)
* Number thousands separator
*
* Some locales (e.g. broken glibc pt_BR), have a comma for decimal,
- * but "" for thousands_sep, so we m
ight m
ake the thousands_sep comma
+ * but "" for thousands_sep, so we make the thousands_sep comma
* too. 2007-02-12
*/
if (lconv->thousands_sep && *lconv->thousands_sep)