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:
@ -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;
|
||||
|
Reference in New Issue
Block a user