Re: [HACKERS] PostgreSQL supported platform report and a patch.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
Cc: pgsql-ports(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PostgreSQL supported platform report and a patch.
Date: 2002-11-08 04:57:31
Message-ID: 200211080457.gA84vWg00963@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-ports


This has been saved for the 7.4 release:

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

I will not apply the _inline_ part.

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

Billy G. Allie wrote:
-- Start of PGP signed section.
> I am including a set of 4 small patches that enable PostgreSQL 7.3b3 to build
> successfully on OpenUnix 8.0. These same patches should also work for UnixWare
> 7.x. I will confirm that tomorrow (Nov 7, 2002).
>
> Here is an explanation of the patches:
>
> 1. An update of the FAQ_SCO file.
>
> 2. This patch removes a static declaration of a in-line function in
> src/backend/utils/sort/tuplesort.c
>
> 3. This patch to src/makefiles/Makefile.unixware, together with the patch to
> src/Makefile.global.in allows any addition library search directories (added
> with the configure --with-libraries option) to be added to the rpath option
> sent to the linker. The use of a different variable to pass the addition
> search paths was necessary to avoid a circular reference to LDFLAGS.
>
> 4. This patch creates the variable (trpath) used by the patch to
> Makefile.unixware. This patch would also be for other platforms that would
> have to add the additional library search paths to the rpath linker option.
> See Makefile.unixware for an example of how to do this.
>
> After applying these patches, PostgreSQL successfully compiled on OpenUnix 8
> and it passed all the regression tests.
>

Content-Description: ou8.patch.20021106

[ Attachment, skipping... ]

> ____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
> | /| | 7436 Hartwell | MSN.......: B_G_Allie(at)email(dot)msn(dot)com
> |-/-|----- | Dearborn, MI 48126|
> |/ |LLIE | (313) 582-1540 |
-- End of PGP section, PGP failed!

--
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-hackers by date

  From Date Subject
Next Message Prime Ho 2002-11-08 05:07:42 get the source table.field name from a view's field
Previous Message Bruce Momjian 2002-11-08 04:54:19 Re: Win32 port

Browse pgsql-ports by date

  From Date Subject
Next Message Olivier PRENANT 2002-11-08 11:57:28 Re: [HACKERS] PostgreSQL supported platform report and a
Previous Message Bruce Momjian 2002-11-08 04:24:20 Re: [HACKERS] PostgreSQL supported platform report and a patch.