pgsql: Add libpq connection option to disable SSL compression

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Add libpq connection option to disable SSL compression
Дата
Msg-id E1RV0Bu-0008H8-1s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add libpq connection option to disable SSL compression

This can be used to remove the overhead of SSL compression on
fast networks.

Laurenz Albe

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/64aea1ebc70dc597b79e2f7f4451472510a1e9bf

Modified Files
--------------
doc/src/sgml/libpq.sgml           |   32 ++++++++++++++++++++++++++++++++
src/interfaces/libpq/fe-connect.c |    5 +++++
src/interfaces/libpq/fe-secure.c  |   10 ++++++++++
src/interfaces/libpq/libpq-int.h  |    1 +
4 files changed, 48 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Ensure that whole-row junk Vars are always of composite type.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Backpatch "Use the preferred version of xsubpp."