> * -Make src/port/snprintf.c thread-safe
This commit is contained in:
Bruce Momjian 2005-03-01 05:00:20 +00:00
parent 95871703e3
commit 5edb76d4fc

View File

@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) 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 The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
@ -918,7 +918,7 @@ Source Code
* Allow cross-compiling by generating the zic database on the target system * Allow cross-compiling by generating the zic database on the target system
* Improve NLS maintenace of libpgport messages linked onto applications * Improve NLS maintenace of libpgport messages linked onto applications
* Allow ecpg to work with MSVC and BCC * 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 * Add xpath_array() to /contrib/xml2 to return results as an array
* Allow building in directories containing spaces * Allow building in directories containing spaces