postgresql/src/backend
Marc G. Fournier 3b3ffc8d97 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.
1999-01-11 03:56:11 +00:00
..
access SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
bootstrap New HeapTuple structure/interface. 1998-11-27 19:52:36 +00:00
catalog Initial MVCC code. 1998-12-15 12:47:01 +00:00
commands From: Magnus Hagander <mha@sollentuna.net> 1999-01-11 03:56:11 +00:00
executor SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
lib more cleanups...of note, appendStringInfo now performs like sprintf(), 1998-12-14 08:11:17 +00:00
libpq From: Magnus Hagander <mha@sollentuna.net> 1999-01-11 03:56:11 +00:00
main OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
nodes finished cleaning up outnodes.c ... 1998-12-20 07:13:36 +00:00
optimizer Add support for the CASE statement in the rewrite handling. 1998-12-14 00:02:17 +00:00
parser SELECT FOR UPDATE syntax 1999-01-05 15:46:25 +00:00
port Fix for snprintf and long long unsigned. 1998-12-24 05:28:50 +00:00
postmaster Portability fix for old SunOS releases: fflush(NULL) 1998-11-29 01:51:56 +00:00
regex OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
rewrite Initial MVCC code. 1998-12-15 12:47:01 +00:00
storage Update for deadlock detection. 1998-12-29 19:32:08 +00:00
tcop SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
tioga OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
utils From: Magnus Hagander <mha@sollentuna.net> 1999-01-11 03:56:11 +00:00
Makefile New HeapTuple structure/interface. 1998-11-27 19:52:36 +00:00