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

From: Bruce Momjian <pgman(at)candle(dot)pha(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-24 20:59:40
Message-ID: 200310242059.h9OKxej23936@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


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 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, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Clifford T. Matthews 2003-10-25 02:59:24 rm -rf in initlocation violates Rule of Least Surprise
Previous Message Edmund Bacon 2003-10-24 19:59:35 Re: PostgreSQL Patch: Test-and-set routine for HP-UX

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-10-24 21:28:42 fix for ccsym
Previous Message Edmund Bacon 2003-10-24 19:59:35 Re: PostgreSQL Patch: Test-and-set routine for HP-UX