diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-12-28 05:02:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-12-28 05:02:50 +0000 |
commit | 36e42823fb7e7e5c0ffa6825b7ee2304f283f40c (patch) | |
tree | cfc3a4cc78d74c29244cd3c452052f901db8b02d | |
parent | 52c780e04b660073e53b92a7331ed3dd855de9fd (diff) | |
download | postgresql-36e42823fb7e7e5c0ffa6825b7ee2304f283f40c.tar.gz postgresql-36e42823fb7e7e5c0ffa6825b7ee2304f283f40c.zip |
Christof Petig changes where for HISTORY, not TODO.
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Dec 27 23:57:29 EST 2001 +Last updated: Fri Dec 28 00:02:36 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -271,10 +271,6 @@ CLIENTS o Fix nested C comments o Add SQLSTATE o fix handling of DB attributes taht are arrays - o auto allocation for indicator variable arrays (int *ind_p=NULL) - o auto allocation for string arrays (char **foo_pp=NULL) - o ECPGfree_auto_mem fixed - o all function names with external linkage are now prefixed by ECPG REFERENTIAL INTEGRITY |