1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Removed my debug printf() call from numeric.c

This commit is contained in:
Michael Meskes
2003-10-08 08:28:57 +00:00
parent bdae05f5d1
commit 163f0b2d48

View File

@ -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;