We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba039d commit acb3416Copy full SHA for acb3416
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.120 2007/02/08 18:19:33 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/formatting.c,v 1.121 2007/02/09 03:15:48 momjian Exp $
5
6
7
* Portions Copyright (c) 1999-2007, PostgreSQL Global Development Group
@@ -3847,7 +3847,6 @@ NUM_prepare_locale(NUMProc *Np)
3847
*/
3848
if (lconv->decimal_point && *lconv->decimal_point)
3849
Np->decimal = lconv->decimal_point;
3850
-
3851
else
3852
Np->decimal = ".";
3853
0 commit comments