We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbc6fb54 commitd7fee59Copy full SHA for d7fee59
src/backend/utils/adt/formatting.c
@@ -1,7 +1,7 @@
1
/* -----------------------------------------------------------------------
2
* formatting.c
3
*
4
- * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/0903:15:48 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.122 2007/02/0904:17:58 momjian Exp $
5
6
7
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3858,7 +3858,6 @@ NUM_prepare_locale(NUMProc *Np)
3858
else
3859
Np->L_currency_symbol=" ";
3860
3861
-
3862
if (!IS_LDECIMAL(Np->Num))
3863
Np->decimal=".";
3864
}
@@ -3870,7 +3869,6 @@ NUM_prepare_locale(NUMProc *Np)
3870
3869
Np->L_negative_sign="-";
3871
Np->L_positive_sign="+";
3872
3873
3874
Np->L_thousands_sep=",";
3875
3876