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: <[email protected]> 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
