Re: GUC and postgresql.conf docs

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Josh Berkus <josh(at)agliodbs(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GUC and postgresql.conf docs
Date: 2003-05-13 16:20:26
Message-ID: 95700000.1052842826@lerlaptop.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

--On Tuesday, May 13, 2003 09:16:44 -0700 Josh Berkus <josh(at)agliodbs(dot)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(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2003-05-13 16:48:01 Re: LIKE indexing proposal
Previous Message Andrew Sullivan 2003-05-13 16:18:25 Re: Scheduled jobs

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-05-13 17:30:54 Re: GUC and postgresql.conf docs
Previous Message Josh Berkus 2003-05-13 16:16:44 Re: GUC and postgresql.conf docs