pgsql: Avoid PGDLLIMPORT for simple local references in frontend progra

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid PGDLLIMPORT for simple local references in frontend progra
Date: 2016-03-24 03:26:50
Message-ID: E1aivv8-0004d3-M7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid PGDLLIMPORT for simple local references in frontend programs.

I was wondering if this would be an issue, and buildfarm member frogmouth
says it is.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c2d1eea9e750edb267e3f071a129e03d79ad198b

Modified Files
--------------
src/include/common/keywords.h | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-03-24 13:01:03 pgsql: Use correct GetDatum function.
Previous Message Alvaro Herrera 2016-03-24 02:03:24 pgsql: Support CREATE ACCESS METHOD