Skip to content

Commit 4ae02fd

Browse files
committed
Update:
< o -Implement SQLDA > o Implement SQLDA
1 parent 360162b commit 4ae02fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Aug 8 14:36:32 EDT 2003
3+
Last updated: Fri Aug 8 14:55:33 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -292,7 +292,7 @@ Clients
292292
o fix handling of DB attributes that are arrays
293293
o Use backend prepare/execute facility for ecpg where possible
294294
o -Make casts work in variable initializations
295-
o -Implement SQLDA
295+
o Implement SQLDA
296296
o Fix nested C comments
297297
o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified
298298
o -Allow multi-threaded use of SQLCA
@@ -474,7 +474,7 @@ Source Code
474474
* Acquire lock on a relation before building a relcache entry for it
475475
* Research interaction of setitimer() and sleep() used by statement_timeout
476476
* Add checks for fclose() failure
477-
* 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 $
477+
* 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 $
478478
* Exit postmaster if postgresql.conf can not be opened
479479
* Rename /scripts directory because they are all C programs now
480480
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)