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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove no-longer-useful SSL-specific Port.count field.
Дата
Msg-id E1bf5VA-0004KO-Vm@gemulon.postgresql.org
обсуждение исходный текст
Список 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@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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Use static inline functions for float <-> Datum conversions.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Try to fix portability issue in enum renumbering (again).