aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-01 05:00:20 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-01 05:00:20 +0000
commit5edb76d4fc46439b21a0a1e63ca0615e28d1bc27 (patch)
tree39b336869af36c8b8f5b7ed957d82eef61157247
parent95871703e395889fd371ce6604b68617d33b32a4 (diff)
downloadpostgresql-5edb76d4fc46439b21a0a1e63ca0615e28d1bc27.tar.gz
postgresql-5edb76d4fc46439b21a0a1e63ca0615e28d1bc27.zip
Done:
> * -Make src/port/snprintf.c thread-safe
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a2ca8b2542b..2ff090c75a9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Thu Feb 24 19:24:24 EST 2005
+Last updated: Tue Mar 1 00:00:32 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -918,7 +918,7 @@ Source Code
* Allow cross-compiling by generating the zic database on the target system
* Improve NLS maintenace of libpgport messages linked onto applications
* Allow ecpg to work with MSVC and BCC
-* Make src/port/snprintf.c thread-safe
+* -Make src/port/snprintf.c thread-safe
* Add xpath_array() to /contrib/xml2 to return results as an array
* Allow building in directories containing spaces