pgsql: Add libpq connection option to disable SSL compression - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Add libpq connection option to disable SSL compression
Date
Msg-id E1RV0Bu-0008H8-1s@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Ensure that whole-row junk Vars are always of composite type.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Backpatch "Use the preferred version of xsubpp."