Remove bogus use of PGDLLIMPORT.

That macro should be attached to extern declarations, not actual
definitions of variables.
This commit is contained in:
Tom Lane 2010-11-26 17:05:29 -05:00
parent 4a2516a7f9
commit 1d9a0abec1

View File

@ -123,4 +123,4 @@ int GinFuzzySearchLimit = 0;
* Hook on object accesses. This is intended as infrastructure for security
* and logging plugins.
*/
PGDLLIMPORT object_access_hook_type object_access_hook = NULL;
object_access_hook_type object_access_hook = NULL;