"ViSolve Open Source Team" <[EMAIL PROTECTED]> 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.
>
Download current CVS and try that, or 7.4beta5.
---
ViSolve Open Source Team wrote:
> Subject: PostgreSQL Patch: Test-and-set routine for HP-UX (IA-64)
>
>
> Hello,
>
> The attached patch provides a test-and-set routine f
Subject: PostgreSQL Patch: Test-and-set routine for HP-UX (IA-64)
Hello,
The attached patch provides a test-and-set routine for PostgreSQL for HP-UX
11iV2 for the Intel Itanium architecture (known to the PostgreSQL code as
IA-64). There are actually two issues:
1. There is currently no tas (