postgresql/src/backend/utils
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
..
adt Be more careful to check input string lengths as well as values 1999-01-10 17:20:54 +00:00
cache Initial MVCC code. 1998-12-15 12:47:01 +00:00
error From: Magnus Hagander <mha@sollentuna.net> 1999-01-11 03:56:11 +00:00
fmgr Make functions static or ifdef NOT_USED. Prevent pg_version creation. 1998-10-08 18:30:52 +00:00
hash OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
init The problem is that read_pg_options needs DataDir to read its file but 1998-10-16 06:05:18 +00:00
mb Current multi-byte related codes have a bug with SQL_ASCII 1998-12-14 04:59:58 +00:00
misc Some security, since we now have vsnprintf, I remade an old patch 1999-01-01 04:48:49 +00:00
mmgr Some security, since we now have vsnprintf, I remade an old patch 1999-01-01 04:48:49 +00:00
sort Some security, since we now have vsnprintf, I remade an old patch 1999-01-01 04:48:49 +00:00
time SET TRANSACTION ISOLATION LEVEL ... 1998-12-18 09:10:39 +00:00
Gen_fmgrtab.sh.in Eliminate need for cpp-from-stdin by using a temp file. 1998-10-28 19:38:47 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00