pgsql: Remove bogus use of PGDLLIMPORT. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove bogus use of PGDLLIMPORT.
Date
Msg-id E1PM6RV-0002vn-8o@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix significant memory leak in contrib/xml2 functions.
Next
From: Robert Haas
Date:
Subject: pgsql: Add more ALTER .. SET SCHEMA commands.