diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-10-20 10:23:39 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-10-20 10:24:51 -0400 |
commit | ec7db2b483e0ff247ed41612cdb5716022401fe6 (patch) | |
tree | cc3fe17d7f26df09ff707ac1a745746bc0a404f9 /src | |
parent | 23ed2ba8121178474f8c51774c6c258cb165a562 (diff) | |
download | postgresql-ec7db2b483e0ff247ed41612cdb5716022401fe6.tar.gz postgresql-ec7db2b483e0ff247ed41612cdb5716022401fe6.zip |
Remove a comment which is now incorrect.
Before 5d305d86bd917723f09ab4f15c075d90586a210a, this comment was
correct, but now it says we do something which we don't actually do.
Accordingly, remove the comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index be6c3705b06..7007692fb10 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -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 */ |