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

From: "ViSolve Open Source Team" <opensrc_support_hp(at)visolve(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>
Cc: <opensrc_support_hp(at)visolve(dot)com>
Subject: PostgreSQL Patch: Test-and-set routine for HP-UX (IA-64)
Date: 2003-10-24 17:51:40
Message-ID: 002a01c39a57$7b52c4c0$70800d0f@NETMERCURY
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

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 (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 bug template (also attached)
contains the details.

We (ViSolve) are a group that works closely with HP on their OpenSource
initiative. We would really appreciate a timely inclusion of this patch
into mainstream PostgreSQL.

thanks
ViSolve OpenSource Team (for HP)

Attachment Content-Type Size
PostgreSQL_bug.template application/octet-stream 1.8 KB
PostgreSQL-7.3.4_hpux3_11iv2_IA-64.patch.gz application/x-gzip 9.3 KB

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Edmund Bacon 2003-10-24 19:59:35 Re: PostgreSQL Patch: Test-and-set routine for HP-UX
Previous Message Josh Wilmes 2003-10-24 17:22:40 Re: ISM shared memory on solaris

Browse pgsql-patches by date

  From Date Subject
Next Message Edmund Bacon 2003-10-24 19:59:35 Re: PostgreSQL Patch: Test-and-set routine for HP-UX
Previous Message Josh Wilmes 2003-10-24 17:22:40 Re: ISM shared memory on solaris