From: | "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-hackers(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Problem on AIX with current |
Date: | 2001-10-04 14:41:34 |
Message-ID: | 46C15C39FEB2C44BA555E356FBCD6FA41EB3A8@m0114.s-mxs.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
> > Only problem on AIX is, that the argv[0] stuff does not work anymore
> > (I think since we don't exec() anymore), which is rather annoying.
>
> Hmm, perhaps we are selecting the wrong PS_STRINGS method for AIX?
> Please look at src/backend/utils/misc/ps_status.c and see if one of
> the other methods will work on AIX.
Yes, I see. Quite silly that I did not look earlier.
The compiler does not define _AIX4 or _AIX3, no idea who thought that.
It only defines _AIX, _AIX32, _AIX41 and _AIX43.
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.
Andreas
Attachment | Content-Type | Size |
---|---|---|
ps_status.patch | application/octet-stream | 1.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-10-04 14:46:23 | Re: timestamp resolution? |
Previous Message | Gavin Sherry | 2001-10-04 14:08:01 | Re: [HACKERS] What about CREATE OR REPLACE FUNCTION? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-10-04 15:03:31 | Re: [PATCH] Patch for more verbose error reporting in |
Previous Message | Bruce Momjian | 2001-10-04 13:26:39 | Re: Trailing semicolons in psql patch |