Commit f25df821 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Make src/port/snprintf.c thread-safe
parent bb17a98e
...@@ -2,7 +2,7 @@ ...@@ -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: Sat Feb 12 19:10:04 EST 2005 Last updated: Sun Feb 13 19:03:52 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.
...@@ -905,6 +905,7 @@ Source Code ...@@ -905,6 +905,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
* Allow building in directories containing spaces * Allow building in directories containing spaces
This is probably not possible because 'gmake' and other compiler tools This is probably not possible because 'gmake' and other compiler tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment