pgsql: Remove bogus use of PGDLLIMPORT.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove bogus use of PGDLLIMPORT.
Date: 2010-11-26 22:06:57
Message-ID: E1PM6RV-0002vn-8o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove bogus use of PGDLLIMPORT.

That macro should be attached to extern declarations, not actual
definitions of variables.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=1d9a0abec1224193fea3acf766b587fc3963a3b8

Modified Files
--------------
src/backend/utils/init/globals.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-11-26 22:54:49 pgsql: Add more ALTER <object> .. SET SCHEMA commands.
Previous Message Tom Lane 2010-11-26 20:22:17 pgsql: Fix significant memory leak in contrib/xml2 functions.