Re: 7.4 patch for cube to handle extra_float_digits - Mailing list pgsql-patches

From Tom Lane
Subject Re: 7.4 patch for cube to handle extra_float_digits
Date
Msg-id 22684.1037519031@sss.pgh.pa.us
Whole thread Raw
In response to 7.4 patch for cube to handle extra_float_digits  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: 7.4 patch for cube to handle extra_float_digits  (Bruno Wolff III <bruno@wolff.to>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Bruno Wolff III
Date:
Subject: 7.4 patch for cube to handle extra_float_digits
Next
From: Peter Eisentraut
Date:
Subject: Re: CLUSTER ALL patch