From: Magnus Hagander <mha@sollentuna.net>
Marc G. Fournier <scrappy@hub.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |