Re: pgsql: Fix (hopefully for the last time) problems with datetime values

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix (hopefully for the last time) problems with datetime values
Date: 2005-10-10 01:34:52
Message-ID: 10247.1128908092@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> timestamp.c: In function `timestamp2tm':
> timestamp.c:195: `INT_MAX' undeclared (first use in this function)

> Including <limits.h> in src/interfaces/ecpg/pgtypeslib/timestamp.c
> fixes the problem.

Oops, fixed. Thanks for the report.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Llonergan 2005-10-10 04:50:46 bizgres - bizgres: Introduce release Release-0_8_0
Previous Message Tom Lane 2005-10-10 01:34:01 pgsql: <limits.h> is now needed here, for INT_MAX.