Re: AIX port current

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>
Cc: pqsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: AIX port current
Date: 2003-10-21 01:01:37
Message-ID: 200310210101.h9L11bA20139@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------

Zeugswetter Andreas SB SD wrote:
>
> On AIX 4.3.2 dlfcn.h is not compatible with fcntl.h in the given constellation
> (both define FREAD and FWRITE differently) and since fcntl.h in c.h is only needed
> for O_BINARY I suggest to include fcntl.h only if O_BINARY is needed.
>
> Second, LLONG_MIN (used in ecpg's misc.c) is not available on AIX.
> I am not sure whether the original has a typo there or not
> (using LONG_LONG_MIN instead of LONGLONG_MIN) (patch assumes no typo) ?
>
> Fix for both attached, please (consider to) apply.
> At least the second part of the patch has no risk, as far as I can see.
>
> Andreas

Content-Description: aix_fcntl.patch

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-10-21 01:21:15 Re: pg_dump problems against 7.0
Previous Message Gaetano Mendola 2003-10-21 00:54:18 pg_autovacuum README patch