Remove a comment which is now incorrect.
authorRobert Haas <[email protected]>
Thu, 20 Oct 2016 14:23:39 +0000 (10:23 -0400)
committerRobert Haas <[email protected]>
Thu, 20 Oct 2016 14:24:51 +0000 (10:24 -0400)
Before 5d305d86bd917723f09ab4f15c075d90586a210a, this comment was
correct, but now it says we do something which we don't actually do.
Accordingly, remove the comment.

src/interfaces/libpq/libpq-int.h

index be6c3705b06813cf56deaf5d3ce50c765b788294..7007692fb1098f06172990f4f860d0b21817ed5a 100644 (file)
@@ -364,7 +364,6 @@ struct pg_conn
    PGnotify   *notifyTail;     /* newest unreported Notify msg */
 
    /* Connection data */
-   /* See PQconnectPoll() for how we use 'int' and not 'pgsocket'. */
    pgsocket    sock;           /* FD for socket, PGINVALID_SOCKET if
                                 * unconnected */
    SockAddr    laddr;          /* Local address */