Re: 7.4 patch for cube to handle extra_float_digits

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: 7.4 patch for cube to handle extra_float_digits
Дата
Msg-id 20021117173807.GA5051@wolff.to
обсуждение исходный текст
Ответ на Re: 7.4 patch for cube to handle extra_float_digits  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: 7.4 patch for cube to handle extra_float_digits  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: 7.4 patch for cube to handle extra_float_digits  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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.

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Transaction safe Truncate
Следующее
От: Bruno Wolff III
Дата:
Сообщение: 7.4 cube patch to add create cast