- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit79ff2e9
committed
PATCH SSL_pending() checks in libpq/fe-misc.c:
I am no longer pursuing a total non-blocking implementation. I haven'tfound a good way to test it with the type of work that I do withPostgreSQL. I do use blocking SSL sockets with this mod and have had noproblem whatsoever. The bug that I fixed in this patch is exceptionallyhard to reproduce reliably.Jack Bates1 parent6e8a1a6 commit79ff2e9
1 file changed
+23
-1
lines changedLines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
| 354 | + | |
354 | 355 |
| |
355 | 356 |
| |
356 | 357 |
| |
| |||
362 | 363 |
| |
363 | 364 |
| |
364 | 365 |
| |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
365 | 375 |
| |
366 | 376 |
| |
367 | 377 |
| |
| |||
760 | 770 |
| |
761 | 771 |
| |
762 | 772 |
| |
| 773 | + | |
| 774 | + | |
| 775 | + | |
763 | 776 |
| |
764 | 777 |
| |
765 | 778 |
| |
| |||
778 | 791 |
| |
779 | 792 |
| |
780 | 793 |
| |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
781 | 803 |
| |
782 | 804 |
| |
783 | 805 |
| |
|
0 commit comments
Comments
(0)