Small change in link order - Mailing list pgsql-patches

From Magnus Hagander
Subject Small change in link order
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BB02@algol.sollentuna.se
Whole thread Raw
Responses Re: Small change in link order  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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


Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: pg_ctl.c
Next
From: "Magnus Hagander"
Date:
Subject: win32 locale fixes