We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ed2ba commit ec7db2bCopy full SHA for ec7db2b
src/interfaces/libpq/libpq-int.h
@@ -364,7 +364,6 @@ struct pg_conn
364
PGnotify *notifyTail; /* newest unreported Notify msg */
365
366
/* Connection data */
367
- /* See PQconnectPoll() for how we use 'int' and not 'pgsocket'. */
368
pgsocket sock; /* FD for socket, PGINVALID_SOCKET if
369
* unconnected */
370
SockAddr laddr; /* Local address */
0 commit comments