]> granicus.if.org Git - postgresql/blobdiff - src/interfaces/libpq/libpq-int.h
Allow full SSL certificate verification (wherein libpq checks its host name
[postgresql] / src / interfaces / libpq / libpq-int.h
index ca3497f8f788ea8a5620d32e1cea33c6d0b5690f..571c3fbbf42739365f090335c93c5102a22ad2c4 100644 (file)
@@ -12,7 +12,7 @@
  * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.152 2010/07/06 19:19:01 momjian Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.153 2010/07/14 17:09:45 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -282,10 +282,9 @@ struct pg_conn
 {
        /* Saved values of connection options */
        char       *pghost;                     /* the machine on which the server is running */
-       char       *pghostaddr;         /* the IPv4 address of the machine on which
-                                                                * the server is running, in IPv4
-                                                                * numbers-and-dots notation. Takes precedence
-                                                                * over above. */
+       char       *pghostaddr;         /* the numeric IP address of the machine on
+                                                                * which the server is running.  Takes
+                                                                * precedence over above. */
        char       *pgport;                     /* the server's communication port */
        char       *pgunixsocket;       /* the Unix-domain socket that the server is
                                                                 * listening on; if NULL, uses a default