mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Removed my debug printf() call from numeric.c
This commit is contained in:
parent
bdae05f5d1
commit
163f0b2d48
@ -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 New Issue
Block a user