1
0
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:
Bruce Momjian
1997-11-27 03:01:12 +00:00
parent db00632e0f
commit 241a87b951
2 changed files with 1 additions and 3 deletions

View File

@@ -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;
}