Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5fc9d0e

Browse files
committed
Add 2-phase info, add Win32 URL:
< o Sample implementation in contrib/rserv 29c28,29 < * Create native Win32 port [win32] > * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html > 367c367,368 < * Two-phase commit to implement distributed transactions > * Add two-phase commit to all distributed transactions with > offline/readonly server status or administrator notification for failure
1 parent 46c27c6 commit 5fc9d0e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/TODO

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Oct 8 15:33:48 EDT 2003
3+
Last updated: Wed Oct 8 17:43:55 EDT 2003
44

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

@@ -21,12 +21,12 @@ Urgent
2121
o Master/slave replication
2222
o Multi-master replication
2323
o Partition data across servers
24-
o Sample implementation in contrib/rserv
2524
o Queries across databases or servers (two-phase commit)
2625
o Allow replication over unreliable or non-persistent links
2726
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
2827
* Point-in-time data recovery using backup and write-ahead log
29-
* Create native Win32 port [win32]
28+
* Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html
29+
3030

3131

3232
Reporting
@@ -364,7 +364,8 @@ Exotic Features
364364
* Allow plug-in modules to emulate features from other databases
365365
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
366366
to clients
367-
* Two-phase commit to implement distributed transactions
367+
* Add two-phase commit to all distributed transactions with
368+
offline/readonly server status or administrator notification for failure
368369

369370

370371
PERFORMANCE
@@ -503,7 +504,7 @@ Source Code
503504
* Acquire lock on a relation before building a relcache entry for it
504505
* Research interaction of setitimer() and sleep() used by statement_timeout
505506
* Add checks for fclose() failure
506-
* Change CVS $Id: TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $
507+
* Change CVS $Id: TODO,v 1.1144 2003/10/08 21:44:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1144 2003/10/08 21:44:06 momjian Exp $
507508
* Exit postmaster if postgresql.conf can not be opened
508509
* Rename /scripts directory because they are all C programs now
509510
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)