]> granicus.if.org Git - postgresql/blobdiff - src/backend/libpq/pqcomm.c
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.
[postgresql] / src / backend / libpq / pqcomm.c
index dcbb704c6a59b3abc65e197e5c6cbe38f5c7ec40..74161970ab51362c46c9f2303343ded8e57d9ab9 100644 (file)
@@ -105,6 +105,8 @@ char           *Unix_socket_group;
 /* Where the Unix socket files are (list of palloc'd strings) */
 static List *sock_paths = NIL;
 
+PQcommMethods *PqCommMethods;
+
 
 /*
  * Buffers for low-level I/O.