Remove bogus use of PGDLLIMPORT.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1d9a0abec1224193fea3acf766b587fc3963a3b8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-11-26T22:05:29Z
Releases: 9.1.0
Remove bogus use of PGDLLIMPORT.

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

Files

PathChange+/−
src/backend/utils/init/globals.c modified +1 −1