From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | scrantr(at)ix(dot)netcom(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Build problems for PostgreSQL v7.4 on FreeBSD v4.1 |
Date: | 2003-11-30 03:26:35 |
Message-ID: | 200311300326.hAU3QZf06193@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-jdbc |
Richard Scranton wrote:
>
> In file postgresql-7.4/src/interfaces/ecpg/ecpglib/misc.c, this version
> of FreeBSD has no definition of LONG_LONG_MIN, although it does
> support an int64_t integral type. Compilation was successful after
> inserting
> a definition immediately following the block of included files:
>
> /* XXX */
> #define LONG_LONG_MIN (1LL << 63)
I am not sure it was reported to you but this was fixed and is in 7.4:
revision 1.16
date: 2003/10/21 15:34:34; author: tgl; state: Exp; lines: +5 -1
branches: 1.16.2;
Cope with platforms that offer LONGLONG_MIN in place of the C99-spec
LLONG_MIN. One example is AIX, per report from Andreas.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-11-30 03:33:50 | Re: Bug in byteaout code in all PostgreSQL versions |
Previous Message | Bruce Momjian | 2003-11-29 19:28:59 | Re: Misplaced modifier in Postgresql license |
From | Date | Subject | |
---|---|---|---|
Next Message | Bob Cart | 2003-11-30 06:13:10 | autocommit trouble with jdbc on Postgres 7.4 |
Previous Message | Dave Cramer | 2003-11-30 01:13:28 | Re: Jdbc driver on linux |