File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ pqPutString(const char *s, FILE *f)
163
163
164
164
fputc ('\0' , f ); /* important to send an ending \0 since
165
165
* backend expects it */
166
- fflush (f );
167
166
168
167
return 0 ;
169
168
}
Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* 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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -287,7 +287,6 @@ BeginCommand(char *pname,
287
287
pq_putint (attrs [i ]-> attlen , 2 );
288
288
}
289
289
}
290
- pq_flush ();
291
290
break ;
292
291
293
292
case Local :
You can’t perform that action at this time.
0 commit comments