Re: 7.4 patch for cube to handle extra_float_digits

From: Bruce Momjian <pgman(at)candle(dot)pha(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-22 05:39:01
Message-ID: 200211220539.gAM5d1k10223@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Bruno Wolff III wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-11-22 05:40:26 Re: pg_stat_database shows userid as OID
Previous Message Fernando Nasser 2002-11-22 04:06:57 Re: JDBC Emit SQLError code for communication errors