Bruno Wolff III <bruno@wolff.to> writes:
> + extern int extra_float_digits; /* Added to DBL_DIG */
Please include the appropriate header file (here utils/builtins.h),
instead of sprinkling the code with random extern declarations.
Otherwise this seems like a fine idea...
regards, tom lane