pgsql: Remove --enable-auto-import linker switch in Cygwin build.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove --enable-auto-import linker switch in Cygwin build.
Date: 2014-02-12 16:53:15
Message-ID: E1WDd3j-0001la-Jr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove --enable-auto-import linker switch in Cygwin build.

This is expected to make it start failing when contrib modules
reference non-PGDLLIMPORT'ed global variables, as the other Windows
build methods do. Aside from the value of consistency, the underlying
implementation of this switch is pretty ugly and not really something
we want to rely on if we have to use PGDLLIMPORT anyway for MSVC.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/30657b796c7fdcaf9c0eb9ac53d4bab6399eb65b

Modified Files
--------------
src/template/cygwin | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-12 17:04:00 pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Previous Message Bruce Momjian 2014-02-12 16:25:46 pgsql: doc: Postgres date-style date-only output is ISO