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

Commit7d430a5

Browse files
committed
1 parent2e57790 commit7d430a5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎src/include/libpq/oauth.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ typedef const OAuthValidatorCallbacks *(*OAuthValidatorModuleInit) (void);
9191
externPGDLLEXPORTconstOAuthValidatorCallbacks*_PG_oauth_validator_module_init(void);
9292

9393
/* Implementation */
94-
externconstpg_be_sasl_mechpg_be_oauth_mech;
94+
externPGDLLIMPORTconstpg_be_sasl_mechpg_be_oauth_mech;
9595

9696
/*
9797
* Ensure a validator named in the HBA is permitted by the configuration.

‎src/include/postmaster/postmaster.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ typedef struct
4848
}PMChild;
4949

5050
#ifdefEXEC_BACKEND
51-
externintnum_pmchild_slots;
51+
externPGDLLIMPORTintnum_pmchild_slots;
5252
#endif
5353

5454
/* GUC options */
@@ -117,7 +117,7 @@ pg_noreturn extern void SubPostmasterMain(int argc, char *argv[]);
117117
#endif
118118

119119
/* defined in pmchild.c */
120-
externdlist_headActiveChildList;
120+
externPGDLLIMPORTdlist_headActiveChildList;
121121

122122
externvoidInitPostmasterChildSlots(void);
123123
externPMChild*AssignPostmasterChildSlot(BackendTypebtype);

‎src/include/storage/bufmgr.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ extern PGDLLIMPORT int checkpoint_flush_after;
173173
externPGDLLIMPORTintbackend_flush_after;
174174
externPGDLLIMPORTintbgwriter_flush_after;
175175

176-
externconstPgAioHandleCallbacksaio_shared_buffer_readv_cb;
177-
externconstPgAioHandleCallbacksaio_local_buffer_readv_cb;
176+
externPGDLLIMPORTconstPgAioHandleCallbacksaio_shared_buffer_readv_cb;
177+
externPGDLLIMPORTconstPgAioHandleCallbacksaio_local_buffer_readv_cb;
178178

179179
/* in buf_init.c */
180180
externPGDLLIMPORTchar*BufferBlocks;

‎src/include/storage/md.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include"storage/smgr.h"
2121
#include"storage/sync.h"
2222

23-
externconstPgAioHandleCallbacksaio_md_readv_cb;
23+
externPGDLLIMPORTconstPgAioHandleCallbacksaio_md_readv_cb;
2424

2525
/* md storage manager functionality */
2626
externvoidmdinit(void);

‎src/include/storage/smgr.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ typedef SMgrRelationData *SMgrRelation;
7474
#defineSmgrIsTemp(smgr) \
7575
RelFileLocatorBackendIsTemp((smgr)->smgr_rlocator)
7676

77-
externconstPgAioTargetInfoaio_smgr_target_info;
77+
externPGDLLIMPORTconstPgAioTargetInfoaio_smgr_target_info;
7878

7979
externvoidsmgrinit(void);
8080
externSMgrRelationsmgropen(RelFileLocatorrlocator,ProcNumberbackend);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp