pgsql: Add libpq connection option to disable SSL compression
Started by Magnus Haganderalmost 15 years ago1 messagescomitters
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(-)