aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-12-03 22:10:47 +0000
committerBruce Momjian <bruce@momjian.us>2002-12-03 22:10:47 +0000
commit91f508ae85d9f6fa6385b2a811e7b2ff690544fe (patch)
treefa7d83749d27fedeee71050f876d1ed5fde02a5f
parent6f0ebe3fba35341e9e240ab8887c893172f7ea04 (diff)
downloadpostgresql-91f508ae85d9f6fa6385b2a811e7b2ff690544fe.tar.gz
postgresql-91f508ae85d9f6fa6385b2a811e7b2ff690544fe.zip
Done:
> * -Add OpenBSD's getpeereid() call for local socket authentication
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 2fd4a4e8711..4570a36f40d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Dec 3 12:38:29 EST 2002
+Last updated: Tue Dec 3 17:10:42 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -415,7 +415,7 @@ Source Code
* Remove warnings created by -Wcast-align
* Move platform-specific ps status display info from ps_status.c to ports
* Modify regression tests to prevent failures do to minor numeric rounding
-* Add OpenBSD's getpeereid() call for local socket authentication (Bruce)
+* -Add OpenBSD's getpeereid() call for local socket authentication
* Improve access-permissions check on data directory in Cygwin (Tom)
* Add --port flag to regression tests
* Add documentation for perl, including mention of DBI/DBD perl location