forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc9e1ad7
committed
Detect presence of SSL_get_current_compression
Apparently we still build against OpenSSL so old that it doesn'thave this function, so add an autoconf check for it to make thebuildfarm happy. If the function doesn't exist, always returnthat compression is disabled, since presumably the actualcompression functionality is always missing.For now, hardcode the function as present on MSVC, since we shouldhopefully be well beyond those old versions on that platform.1 parentf9ddcf7 commitc9e1ad7
File tree
5 files changed
+22
-0
lines changed- src/include
5 files changed
+22
-0
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8509 | 8509 |
| |
8510 | 8510 |
| |
8511 | 8511 |
| |
| 8512 | + | |
| 8513 | + | |
| 8514 | + | |
| 8515 | + | |
| 8516 | + | |
| 8517 | + | |
| 8518 | + | |
| 8519 | + | |
| 8520 | + | |
| 8521 | + | |
| 8522 | + | |
8512 | 8523 |
| |
8513 | 8524 |
| |
8514 | 8525 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
950 | 950 |
| |
951 | 951 |
| |
952 | 952 |
| |
| 953 | + | |
953 | 954 |
| |
954 | 955 |
| |
955 | 956 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
| 433 | + | |
| 434 | + | |
| 435 | + | |
433 | 436 |
| |
434 | 437 |
| |
435 | 438 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| 340 | + | |
| 341 | + | |
| 342 | + | |
340 | 343 |
| |
341 | 344 |
| |
342 | 345 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
423 | 427 |
| |
424 | 428 |
| |
425 | 429 |
| |
|
0 commit comments
Comments
(0)