forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite3bdb2d
committed
Set libpq sslcompression to off by default
Since SSL compression is no longer recommended, turn the default inlibpq from on to off.OpenSSL 1.1.0 and many distribution packages already turn compressionoff by default, so such a server won't accept compression anyway. Sothis will mainly affect users of older OpenSSL installations.Also update the documentation to make clear that this setting is nolonger recommended.Discussion:https://www.postgresql.org/message-id/flat/595cf3b1-4ffe-7f05-6f72-f72b7afa7993%402ndquadrant.com1 parent8a3d942 commite3bdb2d
File tree
3 files changed
+25
-16
lines changed- doc/src/sgml
- src/interfaces/libpq
3 files changed
+25
-16
lines changedLines changed: 20 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1438 | 1438 |
| |
1439 | 1439 |
| |
1440 | 1440 |
| |
1441 |
| - | |
1442 |
| - | |
1443 |
| - | |
1444 |
| - | |
1445 |
| - | |
1446 |
| - | |
1447 |
| - | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
1448 | 1444 |
| |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
1449 | 1458 |
| |
1450 |
| - | |
1451 |
| - | |
1452 |
| - | |
1453 |
| - | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
1454 | 1463 |
| |
1455 | 1464 |
| |
1456 | 1465 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1188 | 1188 |
| |
1189 | 1189 |
| |
1190 | 1190 |
| |
1191 |
| - | |
1192 |
| - | |
| 1191 | + | |
| 1192 | + | |
1193 | 1193 |
| |
1194 | 1194 |
| |
1195 | 1195 |
| |
1196 |
| - | |
1197 | 1196 |
| |
1198 |
| - | |
| 1197 | + | |
| 1198 | + | |
1199 | 1199 |
| |
1200 | 1200 |
| |
1201 | 1201 |
| |
|
0 commit comments
Comments
(0)