> * Add checks for fclose() failure
This commit is contained in:
Bruce Momjian 2003-06-06 15:56:14 +00:00
parent 2e4f7adb34
commit dd484de0b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Mon Jun 2 14:51:39 EDT 2003
Last updated: Fri Jun 6 11:56:04 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -442,6 +442,7 @@ Source Code
* Remove memory/file descriptor freeing befor elog(ERROR) (Bruce)
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
* Wire Protocol Changes
o Show transaction status in psql