From: Magnus Hagander <mha@sollentuna.net>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 11 Jan 1999 03:56:11 +0000 (03:56 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 11 Jan 1999 03:56:11 +0000 (03:56 +0000)
commit47ad69aa879c41ee321a395804e00c40b822bd39
treee2278e9af335f11485187002f05ee7c0c27a766f
parent90301aca4338798a4ef532aea761f96ed518f411
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" that
are declared in pqcomm.h. These variables are also changed to "static" to
make sure.
Almost all the change is in the handler of the "copy" command - most other
areas of the backend already used the correct functions.
This change will make the way for cleanup of the internal stuff there - now
that all the functions accessing the file descriptors are confined to a
single directory.
src/backend/commands/copy.c
src/backend/libpq/pqcomm.c
src/backend/utils/error/elog.c
src/include/libpq/libpq-be.h
src/include/libpq/libpq.h