mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Remove bogus use of PGDLLIMPORT.
That macro should be attached to extern declarations, not actual definitions of variables.
This commit is contained in:
parent
4a2516a7f9
commit
1d9a0abec1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user