diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-28 18:52:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-28 18:52:37 +0000 |
commit | a78a5308290e66ee33f0cf7a307176970f43f7ea (patch) | |
tree | 57843cb07d1545b5fdd1990d0bb3497cccafc66f | |
parent | 8046c1c7e6633b82c196886c69a63a6fe6dc0513 (diff) | |
download | postgresql-a78a5308290e66ee33f0cf7a307176970f43f7ea.tar.gz postgresql-a78a5308290e66ee33f0cf7a307176970f43f7ea.zip |
Add:
> * Add function to return the thread safety status of libpq and ecpg
-rw-r--r-- | doc/TODO | 3 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Aug 27 09:52:07 EDT 2005 +Last updated: Sun Aug 28 14:52:34 EDT 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1001,6 +1001,7 @@ Source Code * Fix sgmltools so PDFs can be generated with bookmarks * %Clean up compiler warnings (especially with gcc version 4) +* Add function to return the thread safety status of libpq and ecpg * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d1bc14463b0..1b0dcd50fb0 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Sat Aug 27 09:52:07 EDT 2005 +Last updated: Sun Aug 28 14:52:34 EDT 2005 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -903,6 +903,7 @@ first. </p> </li><li>Fix sgmltools so PDFs can be generated with bookmarks </li><li>%Clean up compiler warnings (especially with gcc version 4) + </li><li>Add function to return the thread safety status of libpq and ecpg </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found |