Re: GUC and postgresql.conf docs

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: GUC and postgresql.conf docs
Дата
Msg-id 95700000.1052842826@lerlaptop.iadfw.net
обсуждение исходный текст
Ответ на Re: GUC and postgresql.conf docs  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers

--On Tuesday, May 13, 2003 09:16:44 -0700 Josh Berkus <josh@agliodbs.com> 
wrote:

> Guys,
>
> One dumb question:
>
> What numbers are INT_MAX and DBL_MAX in C?
The maximum for that type that can be represented.  It's platform dependent.

on FreeBSD 4:
#define INT_MAX         0x7fffffff      /* max value for an int */
#define DBL_MAX         1.7976931348623157E+308



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Scheduled jobs
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: LIKE indexing proposal