Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d9a0ab

Browse files
committed
Remove bogus use of PGDLLIMPORT.
That macro should be attached to extern declarations, not actual definitions of variables.
1 parent 4a2516a commit 1d9a0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/init/globals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ int GinFuzzySearchLimit = 0;
123123
* Hook on object accesses. This is intended as infrastructure for security
124124
* and logging plugins.
125125
*/
126-
PGDLLIMPORT object_access_hook_type object_access_hook = NULL;
126+
object_access_hook_type object_access_hook = NULL;

0 commit comments

Comments
 (0)