File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Thu Oct 23 23:20:29 EDT 2003
3
+ Last updated: Thu Oct 23 23:24:19 EDT 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
21
21
o Master/slave replication
22
22
o Multi-master replication
23
23
o Partition data across servers
24
- o Queries across databases or servers (two-phase commit) [2phase]
24
+ o Queries across databases or servers (two-phase commit)
25
25
o Allow replication over unreliable or non-persistent links
26
26
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
27
27
* Point-in-time data recovery using backup and write-ahead log
@@ -514,7 +514,7 @@ Source Code
514
514
* Acquire lock on a relation before building a relcache entry for it
515
515
* Research interaction of setitimer() and sleep() used by statement_timeout
516
516
* Add checks for fclose() failure
517
- * 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 $
517
+ * 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 $
518
518
* Exit postmaster if postgresql.conf can not be opened
519
519
* Rename /scripts directory because they are all C programs now
520
520
* Allow the regression tests to start postmaster with -i so the tests
You can’t perform that action at this time.
0 commit comments