From: Magnus Hagander <mha@sollentuna.net>

Marc G. Fournier <scrappy@hub.org>

Commit: d8b96ade8165c37738ffc3e81607140cc9adc506
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1999-01-12T12:49:52Z
Releases: 7.1.1
From: Magnus Hagander <mha@sollentuna.net>

Here's another patch for the libpq backend areas. This patch removes all
usage of "FILE *" on the communications channel. It also cleans up the
comments and headers in the pqcomm.c file - a lot of things were either
missing or incorrect. Finally, it removes a couple of unused functions
(leftovers from the time of shared code between the libpq backend and
frontend).

Files

PathChange+/−
src/backend/libpq/pqcomm.c modified +91 −226
src/backend/libpq/pqcomprim.c modified +47 −64
src/include/libpq/libpq.h modified +2 −1
src/include/libpq/pqcomm.h modified +2 −2