|
1 | 1 | /* ----------------------------------------------------------------------- |
2 | 2 | * formatting.c |
3 | 3 | * |
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 $ |
5 | 5 | * |
6 | 6 | * |
7 | 7 | * Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group |
@@ -3926,7 +3926,7 @@ NUM_prepare_locale(NUMProc *Np) |
3926 | 3926 | * Number thousands separator |
3927 | 3927 | * |
3928 | 3928 | * 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 |
3930 | 3930 | * too. 2007-02-12 |
3931 | 3931 | */ |
3932 | 3932 | if (lconv->thousands_sep&&*lconv->thousands_sep) |
|