mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Prevent flushing from packets, by Massimo.
This commit is contained in:
parent
db00632e0f
commit
241a87b951
@ -163,7 +163,6 @@ pqPutString(const char *s, FILE *f)
|
||||
|
||||
fputc('\0', f); /* important to send an ending \0 since
|
||||
* backend expects it */
|
||||
fflush(f);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.13 1997/10/24 15:51:37 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/tcop/dest.c,v 1.14 1997/11/27 03:01:12 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -287,7 +287,6 @@ BeginCommand(char *pname,
|
||||
pq_putint(attrs[i]->attlen, 2);
|
||||
}
|
||||
}
|
||||
pq_flush();
|
||||
break;
|
||||
|
||||
case Local:
|
||||
|
Loading…
x
Reference in New Issue
Block a user