projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdae05f
)
Removed my debug printf() call from numeric.c
author
Michael Meskes
Wed, 8 Oct 2003 08:28:57 +0000
(08:28 +0000)
committer
Michael Meskes
Wed, 8 Oct 2003 08:28:57 +0000
(08:28 +0000)
src/interfaces/ecpg/pgtypeslib/numeric.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/pgtypeslib/numeric.c
b/src/interfaces/ecpg/pgtypeslib/numeric.c
index 872d2e69e7783b373cbb23203bd4154ad5e72d5c..11793f06ea1ee9b9e980c839ebef60b0a1f89d24 100644
(file)
--- a/
src/interfaces/ecpg/pgtypeslib/numeric.c
+++ b/
src/interfaces/ecpg/pgtypeslib/numeric.c
@@
-1338,7
+1338,6
@@
PGTYPESnumeric_from_long(signed long int long_val, numeric *var)
signed long int extract;
signed long int reach_limit;
- printf("l=%ld\n", long_val);
if (abs_long_val < 0)
{
abs_long_val *= -1;