Add libpq connection option to disable SSL compression
Magnus Hagander <magnus@hagander.net>
Add libpq connection option to disable SSL compression This can be used to remove the overhead of SSL compression on fast networks. Laurenz Albe
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +32 −0 |
| src/interfaces/libpq/fe-connect.c | modified | +5 −0 |
| src/interfaces/libpq/fe-secure.c | modified | +10 −0 |
| src/interfaces/libpq/libpq-int.h | modified | +1 −0 |