Re: 7.4 patch for cube to handle extra_float_digits

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: 7.4 patch for cube to handle extra_float_digits
Дата
Msg-id 200211230350.gAN3oGg28538@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: 7.4 patch for cube to handle extra_float_digits  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-patches
Patch applied.  Thanks.

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


Bruno Wolff III wrote:
> On Sun, Nov 17, 2002 at 02:43:51 -0500,
>   Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > 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.
>
> 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@postgresql.org

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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Evgen Potemkin
Дата:
Сообщение: Hierarchical queries a la Oracle. Patch.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 7.4 cube patch to add create cast