Skip to content

Commit 382fb6a

Browse files
committed
Attempt to unbreak windows builds broken by commit 754baa2.
1 parent acf4740 commit 382fb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/libpq/pqcomm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ StreamConnection(pgsocket server_fd, Port *port)
663663
* This is a Win32 socket optimization. The ideal size is 32k.
664664
* http://support.microsoft.com/kb/823764/EN-US/
665665
*/
666-
on = PQ_BUFFER_SIZE * 4;
666+
on = PQ_SEND_BUFFER_SIZE * 4;
667667
if (setsockopt(port->sock, SOL_SOCKET, SO_SNDBUF, (char *) &on,
668668
sizeof(on)) < 0)
669669
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy