pgsql: Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after
Date: 2014-08-26 13:28:16
Message-ID: E1XMGnI-0001Lf-Py@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.

Author: David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5569d75d6a82f0d11d26404fceb848ae59869126

Modified Files
--------------
src/include/miscadmin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-08-26 14:08:04 Re: pgsql: pg_upgrade: prevent automatic oid assignment
Previous Message Heikki Linnakangas 2014-08-26 13:20:24 pgsql: Implement IF NOT EXISTS for CREATE SEQUENCE.