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

Commit241a87b

Browse files
committed
Prevent flushing from packets, by Massimo.
1 parentdb00632 commit241a87b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎src/backend/libpq/pqcomprim.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ pqPutString(const char *s, FILE *f)
163163

164164
fputc('\0',f);/* important to send an ending \0 since
165165
* backend expects it */
166-
fflush(f);
167166

168167
return0;
169168
}

‎src/backend/tcop/dest.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.13 1997/10/24 15:51:37 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.14 1997/11/27 03:01:12 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -287,7 +287,6 @@ BeginCommand(char *pname,
287287
pq_putint(attrs[i]->attlen,2);
288288
}
289289
}
290-
pq_flush();
291290
break;
292291

293292
caseLocal:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp