mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03: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:
@ -364,7 +364,6 @@ struct pg_conn
|
|||||||
PGnotify *notifyTail; /* newest unreported Notify msg */
|
PGnotify *notifyTail; /* newest unreported Notify msg */
|
||||||
|
|
||||||
/* Connection data */
|
/* Connection data */
|
||||||
/* See PQconnectPoll() for how we use 'int' and not 'pgsocket'. */
|
|
||||||
pgsocket sock; /* FD for socket, PGINVALID_SOCKET if
|
pgsocket sock; /* FD for socket, PGINVALID_SOCKET if
|
||||||
* unconnected */
|
* unconnected */
|
||||||
SockAddr laddr; /* Local address */
|
SockAddr laddr; /* Local address */
|
||||||
|
Reference in New Issue
Block a user