Re: Call for platforms - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Call for platforms
Date
Msg-id Pine.LNX.4.30.0103241036060.2319-100000@peter.localdomain
Whole thread Raw
In response to Re: Call for platforms  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Call for platforms  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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
onSunOS 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@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Call for platforms (HP-UX)
Next
From: Peter Eisentraut
Date:
Subject: Re: [DOCS] Docs freeze?