Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eab85 commit 50c078bCopy full SHA for 50c078b
src/utility_stmt_hooking.c
@@ -35,7 +35,7 @@
35
36
/* we avoid includig libpq.h because it requires openssl.h */
37
#include "libpq/pqcomm.h"
38
-extern ProtocolVersion FrontendProtocol;
+extern PGDLLIMPORT ProtocolVersion FrontendProtocol;
39
extern void pq_endmsgread(void);
40
41
/* Determine whether we should enable COPY or not (PostgresPro has a fix) */
0 commit comments