mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Removed my debug printf() call from numeric.c
This commit is contained in:
parent
bdae05f5d1
commit
163f0b2d48
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue