postgresql/src
Tom Lane 7a57a67278 Replace opendir/closedir calls throughout the backend with AllocateDir
and FreeDir routines modeled on the existing AllocateFile/FreeFile.
Like the latter, these routines will avoid failing on EMFILE/ENFILE
conditions whenever possible, and will prevent leakage of directory
descriptors if an elog() occurs while one is open.
Also, reduce PANIC to ERROR in MoveOfflineLogs() --- this is not
critical code and there is no reason to force a DB restart on failure.
All per recent trouble report from Olivier Hubaut.
2004-02-23 23:03:10 +00:00
..
backend Replace opendir/closedir calls throughout the backend with AllocateDir 2004-02-23 23:03:10 +00:00
bin Re-implement psql's input scanning to use a flex-generated lexer, as per 2004-02-19 19:40:09 +00:00
corba make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
include Replace opendir/closedir calls throughout the backend with AllocateDir 2004-02-23 23:03:10 +00:00
interfaces Fixed incorrect output of indicator structs using the name of the data struct. 2004-02-23 18:14:18 +00:00
makefiles Remove JDBC from the build system and documentation, too. 2004-01-19 21:20:06 +00:00
pl Implement a solution to the 'Turkish locale downcases I incorrectly' 2004-02-21 00:34:53 +00:00
port Replace opendir/closedir calls throughout the backend with AllocateDir 2004-02-23 23:03:10 +00:00
template Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
test Improve the consistency of the error message emitted when rejecting 2004-02-18 00:01:34 +00:00
tools Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
tutorial make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
utils > src/backend/commands/user.c file has some parse error at repalloc(), 2004-02-02 17:21:08 +00:00
bcc32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
Makefile.global.in Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
Makefile.shlib Win32 patch for Makefile.shlib 2003-12-01 22:23:06 +00:00
nls-global.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
win32.mak $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00