From ec7db2b483e0ff247ed41612cdb5716022401fe6 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 20 Oct 2016 10:23:39 -0400 Subject: [PATCH] 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. --- src/interfaces/libpq/libpq-int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index be6c3705b0..7007692fb1 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 */