Thread: pgsql: Remove no-longer-useful SSL-specific Port.count field.

pgsql: Remove no-longer-useful SSL-specific Port.count field.

From
Tom Lane
Date:
Remove no-longer-useful SSL-specific Port.count field.

Since we removed SSL renegotiation, there's no longer any reason to
keep track of the amount of data transferred over the link.

Daniel Gustafsson

Discussion: <FEA7F89C-ECDF-4799-B789-2F8DDCBA467F@yesql.se>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/679226337ac3f44e784de0a95a8599dfd86401e8

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 6 ++----
src/include/libpq/libpq-be.h          | 1 -
2 files changed, 2 insertions(+), 5 deletions(-)