pgsql: Add libpq connection option to disable SSL compression

Lists: pgsql-committers
From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add libpq connection option to disable SSL compression
Date: 2011-11-28 12:20:10
Message-ID: E1RV0Bu-0008H8-1s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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(-)