forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc91ff03
committed
Make libpq on windows not try to send chunks larger than 64Kb.
Per Microsoft knowledge base article Q201213, early versions ofWindows fail when we do this. Later versions of Windows appearto have a higher limit than 64Kb, but do still fail on largesends, so we unconditionally limit it for all versions.Patch from Tom Lane.1 parent7303b20 commitc91ff03
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| |||
752 | 752 |
| |
753 | 753 |
| |
754 | 754 |
| |
| 755 | + | |
755 | 756 |
| |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
756 | 765 |
| |
757 | 766 |
| |
758 | 767 |
| |
|
0 commit comments
Comments
(0)