Re: Call for platforms

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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 09:38:04
Message-ID: Pine.LNX.4.30.0103241036060.2319-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Björn Lundin 2001-03-24 09:42:12 Re: Database shutdown
Previous Message Stephen Davies 2001-03-24 08:09:34 Re: Null records inserted

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-24 10:18:11 Re: Re: Call for platforms
Previous Message Tom Lane 2001-03-24 07:59:15 Re: Call for platforms (HP-UX)