pgsql: Remove bogus use of PGDLLIMPORT.

Started by Tom Laneover 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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(-)