Thread: pgsql: Remove bogus use of PGDLLIMPORT.

pgsql: Remove bogus use of PGDLLIMPORT.

From
Tom Lane
Date:
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(-)