Re: GUC and postgresql.conf docs - Mailing list pgsql-hackers

From Larry Rosenman
Subject Re: GUC and postgresql.conf docs
Date
Msg-id 95700000.1052842826@lerlaptop.iadfw.net
Whole thread Raw
In response to Re: GUC and postgresql.conf docs  (Josh Berkus <josh@agliodbs.com>)
List 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 by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Scheduled jobs
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: LIKE indexing proposal