Commit 1d9a0abe authored by Tom Lane's avatar Tom Lane

Remove bogus use of PGDLLIMPORT.

That macro should be attached to extern declarations, not actual
definitions of variables.
parent 4a2516a7
...@@ -123,4 +123,4 @@ int GinFuzzySearchLimit = 0; ...@@ -123,4 +123,4 @@ int GinFuzzySearchLimit = 0;
* Hook on object accesses. This is intended as infrastructure for security * Hook on object accesses. This is intended as infrastructure for security
* and logging plugins. * and logging plugins.
*/ */
PGDLLIMPORT object_access_hook_type object_access_hook = NULL; object_access_hook_type object_access_hook = NULL;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment