Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d9a0ab

Browse files
committed
Remove bogus use of PGDLLIMPORT.
That macro should be attached to extern declarations, not actualdefinitions of variables.
1 parent4a2516a commit1d9a0ab

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 @@ intGinFuzzySearchLimit = 0;
123123
* Hook on object accesses. This is intended as infrastructure for security
124124
* and logging plugins.
125125
*/
126-
PGDLLIMPORTobject_access_hook_typeobject_access_hook=NULL;
126+
object_access_hook_typeobject_access_hook=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp