From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove no-longer-useful SSL-specific Port.count field. |
Date: | 2016-08-31 13:24:24 |
Message-ID: | E1bf5VA-0004KO-Vm@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)yesql(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-08-31 17:27:56 | Re: [COMMITTERS] pgsql: Use static inline functions for float <-> Datum conversions. |
Previous Message | Simon Riggs | 2016-08-31 13:24:13 | Re: [COMMITTERS] pgsql: Fix pg_receivexlog --synchronous |