Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit382fb6a

Browse files
committed
Attempt to unbreak windows builds broken by commit754baa2.
1 parentacf4740 commit382fb6a

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)

[8]ページ先頭

©2009-2025 Movatter.jp