Re: 7.4 patch for cube to handle extra_float_digits

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: 7.4 patch for cube to handle extra_float_digits
Date: 2002-11-17 17:38:07
Message-ID: 20021117173807.GA5051@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, Nov 17, 2002 at 02:43:51 -0500,
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> 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.

Since builtins.h was already included, I just deleted the extern
statement (and accompaning comments).

A revised patch is attached.

Attachment Content-Type Size
cube.diff text/plain 3.1 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-11-17 18:16:29 Re: pg_stat_database shows userid as OID
Previous Message Bruce Momjian 2002-11-17 15:17:17 Re: Transaction safe Truncate