Re: PostgreSQL Patch: Test-and-set routine for HP-UX (IA-64)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "ViSolve Open Source Team" <opensrc_support_hp(at)visolve(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: PostgreSQL Patch: Test-and-set routine for HP-UX (IA-64)
Date: 2003-10-27 17:14:05
Message-ID: 355.1067274845@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

"ViSolve Open Source Team" <opensrc_support_hp(at)visolve(dot)com> writes:
> There are actually two issues:

> 1. There is currently no tas (test-and-set) routine for HP-UX IA-64 in the
> s_lock.h header file.
> 2. In HP-UX IA-64, the suffix of shared libraries is ".so", but PostgreSQL
> generates a ".sl" suffix.

> The attached patch fixes both issues.

The patch appears to do much more than that, including unspecified
hacking in genbki.sh, random alterations of the platform-specific
s_lock.h code for platforms other than HPUX, and I'm not sure what else.
Please try again. Also, we'd rather have a patch against CVS tip
(7.4beta5 or later).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-10-27 18:14:44 Re: ISM shared memory on solaris
Previous Message Rod Taylor 2003-10-27 16:57:53 Re: minor: ~ not resolved in psql

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-10-27 18:10:45 Re: Timestamp docs weirdness
Previous Message Gaetano Mendola 2003-10-27 09:26:27 Re: BEGIN vs START TRANSACTION