Re: Compiling on HP-UX 10.20 fails

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Andrew Chernow" <ac(at)esilo(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Compiling on HP-UX 10.20 fails
Date: 2008-11-17 19:24:46
Message-ID: b42b73150811171124o1ee8787bg2e9f323c999f8fdc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Nov 16, 2008 at 12:41 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I've always assumed that the userland thread support in 10.20 is too
> broken to be worth troubling with.

Using GNU Pth 2.07 on hpux 10.20 all tests provided with the library
pass when built via gcc 2.95.3. hpux is definitely a capricious
platform on a lot of levels, but Andrew's patch does technically fix
the build. PostgreSQL's threading tests pass as well. The
alternative is to have configure error out if threading is requested
for this platform.

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2008-11-17 20:02:32 Re: Block-level CRC checks
Previous Message Heikki Linnakangas 2008-11-17 19:21:14 Re: Transactions and temp tables