Commit ec7db2b4 authored by Robert Haas's avatar Robert Haas

Remove a comment which is now incorrect.

Before 5d305d86, this comment was
correct, but now it says we do something which we don't actually do.
Accordingly, remove the comment.
parent 23ed2ba8
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment