Re: Small change in link order - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Small change in link order
Date
Msg-id 200406022105.i52L5kd08972@candle.pha.pa.us
Whole thread Raw
In response to Small change in link order  ("Magnus Hagander" <mha@sollentuna.net>)
List 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SET WITHOUT CLUSTER
Next
From: Bruce Momjian
Date:
Subject: Re: win32 locale fixes