From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, thomas(at)pgsql(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Call for platforms |
Date: | 2001-03-24 18:31:07 |
Message-ID: | 23684.985458667@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Tom Lane writes:
>> The bit test diffs seem to indicate that bit_cmp is messed up. That
>> depends on memcmp. I seem to recall something about memcmp not being
>> 8-bit-clean on SunOS ... does that ring a bell with anyone?
> Sure enough:
> - Macro: AC_FUNC_MEMCMP
> If the `memcmp' function is not available, or does not work on
> 8-bit data (like the one on SunOS 4.1.3), add `memcmp.o' to output
> variable `LIBOBJS'.
> We could try to mangle this into doing the right thing for us.
Not sure if it's worth the trouble. That would be an AC_TRY_RUN test,
which you've been trying to move away from, no? It doesn't seem like
anyone still cares about SunOS 4.1.*, so ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Matt Friedman | 2001-03-24 21:02:20 | Baffled by "Group By" - Please help! |
Previous Message | Tom Lane | 2001-03-24 17:59:51 | Re: Select for insert possible? |
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Lance Taylor | 2001-03-24 21:27:56 | Re: AW: AW: Re: RELEASE STOPPER? nonportable int64 constant s in pg_crc.c |
Previous Message | Tom Lane | 2001-03-24 16:49:26 | Re: odbc/UnixWare 7.1.1: No Go. |