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

[PATCHES] fix for ccsym

2003-10-24 Thread Bruce Momjian
I have no idea why this line in ccsym has that test "2.7.2.1": ! -A*) test "2.7.2.1" && echo "$i" | sed 's/^-A\(.*\)(\(.*\))/\1=\2/';; This patch removes it. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If

Re: [PATCHES] [BUGS] ISM shared memory on solaris

2003-10-24 Thread Bruce Momjian
Yikes! We thought we were already using ISM on Solaris. Would you test the attached patch? It uses _solaris_ rather than SHM_SHARE_MMU in the define test. Does that work too? --- Josh Wilmes wrote: > I hope this is the r

Re: [PATCHES] [BUGS] ISM shared memory on solaris

2003-10-24 Thread Bruce Momjian
Josh Wilmes wrote: > Nope, __solaris__ is not defined on our system either. I thought our configure defined __portname__ for every platform, but I don't see that anywhere, so it seems we rely on the compiler to supply defines for the cpu and OS. Does src/tools/ccsym show you your defines? I woul

Re: [PATCHES] [BUGS] ISM shared memory on solaris

2003-10-24 Thread Josh Wilmes
Nope, __solaris__ is not defined on our system either. --Josh Bruce Momjian wrote: Yikes! We thought we were already using ISM on Solaris. Would you test the attached patch? It uses _solaris_ rather than SHM_SHARE_MMU in the define test. Does that work too? --

[PATCHES] ISM shared memory on solaris

2003-10-24 Thread Josh Wilmes
I hope this is the right place to send this.. the FAQ in the distribution mentions http://www.PostgreSQL.org/bugs/bugs.php, which doesn't work. We've found that postgresql wasn't using ISM shared memory on solaris, which theoretically would cost performance. The root cause in our case was th

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

2003-10-24 Thread ViSolve Open Source Team
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 (

Re: [PATCHES] [BUGS] ISM shared memory on solaris

2003-10-24 Thread Josh Wilmes
Bruce Momjian wrote: Josh Wilmes wrote: Nope, __solaris__ is not defined on our system either. I thought our configure defined __portname__ for every platform, but I don't see that anywhere, so it seems we rely on the compiler to supply defines for the cpu and OS. Does src/tools/ccsym show you