We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3e0eb commit 5eeaf77Copy full SHA for 5eeaf77
src/include/storage/pg_shmem.h
@@ -57,7 +57,7 @@ extern unsigned long UsedShmemSegID;
57
#else
58
extern HANDLE UsedShmemSegID;
59
#endif
60
-extern void *UsedShmemSegAddr;
+extern PGDLLIMPORT void *UsedShmemSegAddr;
61
62
#ifdef EXEC_BACKEND
63
extern void PGSharedMemoryReAttach(void);
src/include/storage/proc.h
@@ -244,7 +244,7 @@ typedef struct PROC_HDR
244
int startupBufferPinWaitBufId;
245
} PROC_HDR;
246
247
-extern PROC_HDR *ProcGlobal;
+extern PGDLLIMPORT PROC_HDR *ProcGlobal;
248
249
extern PGPROC *PreparedXactProcs;
250
0 commit comments