index dcbb704c6a59b3abc65e197e5c6cbe38f5c7ec40..74161970ab51362c46c9f2303343ded8e57d9ab9 100644 (file)
/* Where the Unix socket files are (list of palloc'd strings) */
static List *sock_paths = NIL;
+PQcommMethods *PqCommMethods;
+
/*
* Buffers for low-level I/O.
index 409f3d7786e27d88265ea03da98594615356c170..2a61a9e143d33fc05a4bdd9ec6829ab1e341b102 100644 (file)
void (*endcopyout)(bool errorAbort);
} PQcommMethods;
-PQcommMethods *PqCommMethods;
+extern PGDLLIMPORT PQcommMethods *PqCommMethods;
#define pq_comm_reset() (PqCommMethods->comm_reset())
#define pq_flush() (PqCommMethods->flush())