diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-24 03:24:32 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-24 03:24:32 +0000 |
commit | 1c6f65db84fae28a99728d709796fcc3f699e759 (patch) | |
tree | 2a9a17af9a11edd3bc07a616043c09e89709be6c | |
parent | 21b1d41ef35b7e21896e531d904567fb7efe698d (diff) | |
download | postgresql-1c6f65db84fae28a99728d709796fcc3f699e759.tar.gz postgresql-1c6f65db84fae28a99728d709796fcc3f699e759.zip |
Move 2phase discussion to 7.5 queue, not TODO.detail.
< o Queries across databases or servers (two-phase commit) [2phase]
> o Queries across databases or servers (two-phase commit)
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 23 23:20:29 EDT 2003 +Last updated: Thu Oct 23 23:24:19 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -21,7 +21,7 @@ Urgent o Master/slave replication o Multi-master replication o Partition data across servers - o Queries across databases or servers (two-phase commit) [2phase] + o Queries across databases or servers (two-phase commit) o Allow replication over unreliable or non-persistent links o http://gborg.postgresql.org/project/pgreplication/projdisplay.php * Point-in-time data recovery using backup and write-ahead log @@ -514,7 +514,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.1157 2003/10/24 03:20:36 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1157 2003/10/24 03:20:36 momjian Exp $ +* Change CVS $Id: TODO,v 1.1158 2003/10/24 03:24:32 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1158 2003/10/24 03:24:32 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 |