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

2003-10-27 Thread Tom Lane
"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. >

Re: [PATCHES] [BUGS] PostgreSQL Patch: Test-and-set routine for HP-UX

2003-10-25 Thread Edmund Bacon
I am unable to get this patch to compile: gcc version : gcc (GCC) 3.2 20020329 (experimental) uname -srm : HP-UX B.11.22 ia64 tar xvf postgresql-7.3.4.tar cd postgresql-7.3.4 patch -p0 ../PostgreSQL-7.3.4_hpux3_11iv2_IA-64.patch ./configure [snip] make [snip] gmake[4]: Entering directory

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

2003-10-24 Thread Bruce Momjian
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