mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
Remove a comment which is now incorrect.
Before 5d305d86bd, this comment was
correct, but now it says we do something which we don't actually do.
Accordingly, remove the comment.
This commit is contained in:
parent
23ed2ba812
commit
ec7db2b483
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue