Re: PostgreSQL on AIX

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: pgsql-hackers(at)postgresql(dot)org
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: PostgreSQL on AIX
Date: 2002-06-08 02:51:06
Message-ID: 200206080251.g582p6V22824@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

D'Arcy J.M. Cain wrote:
> On June 5, 2002 12:33 pm, Bruce Momjian wrote:
> > D'Arcy J.M. Cain wrote:
> > > On May 13, 2002 12:50 am, Rajesh Kumar Mallah. wrote:
>
> Catching up on an old mailbox, Bruce? :-)
>
> > > Now if only I could get IBM to understand that. They still claim that my
> > > problem is that PostgreSQL (an "unsupported" application) is doing
> > > something to catch SIGKILL.
> >
> > First, an application can't catch SIGKILL. It never arrives to
> > applications. It is supposed to pull the process with no warning.
> >
> > However, there are things processes can do to wedge themselves in a
> > system call so they don't see the SIGKILL. Of course, as soon as they
> > return from the system call, they die.
>
> Exactly. What IBM was saying was was that we were "catching" SIGKILL and I
> could not convince the (supposedly technical) IBMers that they were talking
> out their ass.

Yes, they didn't know "catching" from "ignoring because in
uninterruptible system call".

> 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?

Would you check those error/warnings and send us patches or a list of
them. Sometimes different compilers like AIX can show problems gcc
doesn't.

--
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 Bruce Momjian 2002-06-08 02:51:52 Re: PostgreSQL on AIX
Previous Message Thomas Lockhart 2002-06-08 01:48:31 Re: Timestamp/Interval proposals: Part 2

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2002-06-08 02:51:52 Re: PostgreSQL on AIX
Previous Message Bruce Momjian 2002-06-08 02:48:25 Re: Indexing timestamps