postgresql/src/interfaces
Magnus Hagander 1852a73c7a Make libpq on windows not try to send chunks larger than 64Kb.
Per Microsoft knowledge base article Q201213, early versions of
Windows fail when we do this. Later versions of Windows appear
to have a higher limit than 64Kb, but do still fail on large
sends, so we unconditionally limit it for all versions.

Patch from Tom Lane.
2008-08-20 11:53:51 +00:00
..
ecpg Add MSVC++ debug libraries to .cvsignore. 2008-07-17 21:16:24 +00:00
libpq Make libpq on windows not try to send chunks larger than 64Kb. 2008-08-20 11:53:51 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00