diff options
author | Bruce Momjian | 2004-05-18 16:06:08 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-18 16:06:08 +0000 |
commit | da401bd3149a7549e67781f0e4a728c1405c53bf (patch) | |
tree | 9d5214531b86e61cc4549665266c14a99e1f6454 | |
parent | e30efa0da13806fa80593062f1c669392da950d9 (diff) |
Add:
> * Allow binaries to be statically linked so they are more easily relocated
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |