From eb339c7840522a229967d8155a6920282cfb07c1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 3 Dec 2005 13:03:41 +0000 Subject: [PATCH] Item removed: < * Add function to return the thread safety status of libpq and ecpg --- doc/TODO | 3 +-- doc/src/FAQ/TODO.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index 0af075d01ae..49a50dc1045 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Dec 2 12:39:33 EST 2005 +Last updated: Sat Dec 3 08:03:38 EST 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1105,7 +1105,6 @@ 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 * Use UTF8 encoding for NLS messages so all server encodings can read them properly * Update Bonjour to work with newer cross-platform SDK diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index f0dc5d9de0b..63bd0084cfa 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: Fri Dec 2 12:39:33 EST 2005 +Last updated: Sat Dec 3 08:03:38 EST 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>. @@ -1002,7 +1002,6 @@ 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>Use UTF8 encoding for NLS messages so all server encodings can read them properly </li><li>Update Bonjour to work with newer cross-platform SDK -- GitLab