File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 11/* -----------------------------------------------------------------------
22 * formatting.c
33 *
4- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/09 03:15:48 momjian Exp $
4+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.122 2007/02/09 04:17:58 momjian Exp $
55 *
66 *
77 * Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3858,7 +3858,6 @@ NUM_prepare_locale(NUMProc *Np)
38583858 else
38593859 Np -> L_currency_symbol = " " ;
38603860
3861-
38623861 if (!IS_LDECIMAL (Np -> Num ))
38633862 Np -> decimal = "." ;
38643863 }
@@ -3870,7 +3869,6 @@ NUM_prepare_locale(NUMProc *Np)
38703869 Np -> L_negative_sign = "-" ;
38713870 Np -> L_positive_sign = "+" ;
38723871 Np -> decimal = "." ;
3873-
38743872 Np -> L_thousands_sep = "," ;
38753873 Np -> L_currency_symbol = " " ;
38763874 }
You can’t perform that action at this time.
0 commit comments