Re: Small change in link order

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Small change in link order
Date: 2004-06-02 21:05:46
Message-ID: 200406022105.i52L5kd08972@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

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

Magnus Hagander wrote:
> This patch changes the order of libraries on the link command when
> linking things with pgport. This is required for win32 to build when
> modules in libpgport refer to global variables in the backend (right
> now, specifically path.c does this). And I don't see that it should
> cause any problems on other platforms.
>
> //Magnus
>

Content-Description: linkorder.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 Bruce Momjian 2004-06-02 21:09:30 Re: win32 locale fixes
Previous Message Bruce Momjian 2004-06-02 21:04:37 Re: SET WITHOUT CLUSTER