Re: [HACKERS] PostgreSQL on AIX

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-sql(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL on AIX
Date: 2002-06-08 02:53:06
Message-ID: 200206080253.g582r6r23084@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Zeugswetter Andreas SB SD wrote:
>
> > Anyway, I am pretty sure that PostgreSQL is not the culprit here. As it
> > happens this project is back on the table for me so it is interesting that
> > your email popped up now. I just compiled the latest version of PostgreSQL
> > on my AIX system and it generated lots of errors and then completed and
> > installed fine. Makes me sort of nervous. We'll see how it goes. Anyone
> > have any horror/success stories about PostgreSQL on AIX for me?
>
> The "errors" are mostly duplicate symbol warnings, that are part of generating
> a shared lib on AIX (in a mostly gcc and xlc independent way), and can be safely
> ignored.
>
> The imho most needed effort for AIX would be to switch the TAS stuff from
> cs() to fetch_and_or() or a PowerPC assembler or the test_and_set() that is
> undocumented/intended for kernel, see discussions from last year.

Yes, TODO has:

* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)

> The fetch_and_or() is a lot faster on multi processor systems but a little
> slower on single processor. But cs() is documented as depricated, so ...

Should I update the TODO item?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-06-08 03:31:00 Re: Alternatives to SQL ...
Previous Message Bruce Momjian 2002-06-08 02:51:52 Re: PostgreSQL on AIX

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2002-06-08 04:15:00 Re: Indexing timestamps
Previous Message Bruce Momjian 2002-06-08 02:51:52 Re: PostgreSQL on AIX