]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Tue, 18 May 2004 16:06:08 +0000 (16:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 18 May 2004 16:06:08 +0000 (16:06 +0000)
> * Allow binaries to be statically linked so they are more easily relocated

doc/TODO

index 2849e2f8614fa1952f0d1ac599a73620f9edb39c..db1e69d0c21216d9f061b80a3180305d23308ce9 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Wed May 12 00:10:39 EDT 2004
+Last updated:          Tue May 18 12:06:03 EDT 2004
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -478,6 +478,7 @@ Source Code
 * Promote debug_query_string into a server-side function current_query()
 * Allow the identifier length to be increased via a configure option
 * Improve CREATE SCHEMA regression test
+* Allow binaries to be statically linked so they are more easily relocated
 
 
 * Wire Protocol Changes