pgsql: Add libpq connection option to disable SSL compression

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
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-11-28 12:54:26 pgsql: Backpatch "Use the preferred version of xsubpp."
Previous Message Tom Lane 2011-11-28 03:28:04 pgsql: Ensure that whole-row junk Vars are always of composite type.