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:
81a47bd
)
Remove blank lines in code.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 9 Feb 2007 04:17:58 +0000
(
04:17
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 9 Feb 2007 04:17:58 +0000
(
04:17
+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 cd5c984265bc383fe211c82f7c83743197e8ba58..5349c952e261bc01e853b5a880f3ac526e6f26f9 100644
(file)
--- a/
src/backend/utils/adt/formatting.c
+++ b/
src/backend/utils/adt/formatting.c
@@
-3858,7
+3858,6
@@
NUM_prepare_locale(NUMProc *Np)
else
Np->L_currency_symbol = " ";
-
if (!IS_LDECIMAL(Np->Num))
Np->decimal = ".";
}
@@
-3870,7
+3869,6
@@
NUM_prepare_locale(NUMProc *Np)
Np->L_negative_sign = "-";
Np->L_positive_sign = "+";
Np->decimal = ".";
-
Np->L_thousands_sep = ",";
Np->L_currency_symbol = " ";
}