Re: Problem on AIX with current

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: ZeugswetterA(at)spardat(dot)at
Cc: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem on AIX with current
Date: 2001-10-05 08:17:50
Message-ID: 20011005171750L.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > > I am quite sure that all AIX Versions accept the CLOBBER method,
> > > thus I ask you to apply the following patch, to make it work.
> >
> > CLOBBER does not work with AIX5L, nor CHANGE_ARGV. (SETPROCTITLE,
> > PSTAT and PS_STRINGS can not be used since AIX5L does not have
> > appropreate header files).
>
> Have you actually tried my patch, and what was the effect ?
> The previous code was wrong, since it did not do any PS magic,
> it defaulted to PS_USE_NONE.

To make sure I did everything correctly, I cvsed fresh sources and
applied your patches again. The result: It works fine! I don't know
why, but I must have done something wrong.:-< Sorry for the wrong
info. Bruce, please apply the patches.

BTW, still I'm getting the stucking backends. New info: a snapshot
dated on 10/3 works fine.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2001-10-05 09:01:02 Re: Patch for fixing a few memory leaks
Previous Message Zeugswetter Andreas SB SD 2001-10-05 07:59:43 Re: Timestamp, fractional seconds problem