From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at> |
Cc: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: [HACKERS] Open Items (was: RE: [HACKERS] Beta going well) |
Date: | 2001-11-15 16:14:46 |
Message-ID: | 200111151614.fAFGEkh01099@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
> New patch for open item: AIX compile (Peter E, Zeugswetter)
> (applies to today's snapshot)
>
> I now have a working autoconf, and was thus able to confirm, that
> Peter's SIZEOF_INT8 check works correctly on AIX.
>
> Please apply this patch before beta3, and please someone check BEOS
> which is also affected.
The only problem I have now is that odbc/md5.h needs those unsigned
defines and it can't probe the results of queries by configure. odbc
allows for stand-alone compile.
#if SIZEOF_UINT8 == 0
Right now it is testing for __BEOS__, which I believe is something set
by the compiler and not by configure.
My idea is to just unconditionally define the unsigned's in odbc. It
will fail on a few platforms but I don't see another solution.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-11-15 16:15:04 | Re: Open items |
Previous Message | Peter Eisentraut | 2001-11-15 16:14:35 | Re: Problem compiling beta2 on Digital Unix (cc) |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-11-15 16:16:07 | Re: Call for objections: revision of keyword classification |
Previous Message | Tom Lane | 2001-11-15 16:14:32 | Re: Call for objections: revision of keyword classification |