projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ed2ba
)
Remove a comment which is now incorrect.
author
Robert Haas
<
[email protected]
>
Thu, 20 Oct 2016 14:23:39 +0000
(10:23 -0400)
committer
Robert Haas
<
[email protected]
>
Thu, 20 Oct 2016 14:24:51 +0000
(10:24 -0400)
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
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/libpq-int.h
b/src/interfaces/libpq/libpq-int.h
index be6c3705b06813cf56deaf5d3ce50c765b788294..7007692fb1098f06172990f4f860d0b21817ed5a 100644
(file)
--- 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 */