Small change in link order

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Small change in link order
Date: 2004-05-25 21:12:22
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE34BB02@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
linkorder.patch application/octet-stream 803 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-05-25 21:24:59 win32 locale fixes
Previous Message Bruce Momjian 2004-05-25 20:57:01 pg_ctl.c