mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Prevent flushing from packets, by Massimo.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user