mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03: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
|
* 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user