From: Bruce Momjian Date: Fri, 8 Aug 2003 18:55:35 +0000 (+0000) Subject: Update: X-Git-Tag: REL7_4_BETA2~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ae02fd03ea12cdedbcb124a2ff1df5b6c19816c;p=postgresql Update: < o -Implement SQLDA > o Implement SQLDA --- diff --git a/doc/TODO b/doc/TODO index cfc851c0cb..6d90d3c16b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Aug 8 14:36:32 EDT 2003 +Last updated: Fri Aug 8 14:55:33 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -292,7 +292,7 @@ Clients o fix handling of DB attributes that are arrays o Use backend prepare/execute facility for ecpg where possible o -Make casts work in variable initializations - o -Implement SQLDA + o Implement SQLDA o Fix nested C comments o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified o -Allow multi-threaded use of SQLCA @@ -474,7 +474,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1111 2003/08/08 18:36:34 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1111 2003/08/08 18:36:34 momjian Exp $ +* Change CVS $Id: TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1112 2003/08/08 18:55:35 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests