pgsql: MSVC: Don't link libpgcommon into pgcrypto.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: MSVC: Don't link libpgcommon into pgcrypto.
Date: 2017-07-17 06:17:39
Message-ID: E1dWzLf-0007Vc-J1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

MSVC: Don't link libpgcommon into pgcrypto.

Doing so was useful in 273c458a2b3a0fb73968020ea5e9e35eb6928967 but
became obsolete when 818fd4a67d610991757b610755e3065fb99d80a5 caused
postgres.exe to provide the relevant symbols. No other loadable module
links to libpgcommon directly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2f7f45a64badec18ce75e44ca35c078f08e2651e

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-07-17 16:07:44 pgsql: hash: Fix write-ahead logging bugs related to init forks.
Previous Message Andrew Dunstan 2017-07-16 16:01:29 pgsql: fix typo