Re: 7.4 patch for cube to handle extra_float_digits

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruno Wolff III <bruno(at)wolff(dot)to>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: 7.4 patch for cube to handle extra_float_digits
Date: 2002-11-17 07:43:51
Message-ID: 22684.1037519031@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruno Wolff III <bruno(at)wolff(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-11-17 13:17:20 Re: CLUSTER ALL patch
Previous Message Bruno Wolff III 2002-11-17 07:26:06 7.4 patch for cube to handle extra_float_digits