forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b3ffc8
committed
From: Magnus Hagander <mha@sollentuna.net>Here is a first patch to cleanup the backend side of libpq.This patch removes all external dependencies on the "Pfin" and "Pfout" thatare declared in pqcomm.h. These variables are also changed to "static" tomake sure.Almost all the change is in the handler of the "copy" command - most otherareas of the backend already used the correct functions.This change will make the way for cleanup of the internal stuff there - nowthat all the functions accessing the file descriptors are confined to asingle directory.
1 parent6d5d673 commit3b3ffc8
File tree
5 files changed
+179
-72
lines changed- src
- backend
- commands
- libpq
- utils/error
- include/libpq
5 files changed
+179
-72
lines changed0 commit comments
Comments
(0)