Wed Apr 21 13:17:13 PDT 2010
- Previous message: [Slony1-commit] slony1-engine/tools test_slony_replication.pl
- Next message: [Slony1-commit] slony1-www test.html layout.php
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv4072
Modified Files:
Tag: REL_2_0_STABLE
failover.sgml
Log Message:
Documentation fix: a 'wait for event' following a 'lock set' does not
actually work(no event to wait on). You do not need to wait for the lock set
because once the 'lock set' returns you already have the lock.
Index: failover.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/failover.sgml,v
retrieving revision 1.28.2.2
retrieving revision 1.28.2.3
diff -C 2 -d -r1.28.2.2 -r1.28.2.3
*** failover.sgml 9 May 2009 08:57:20 -0000 1.28.2.2
--- failover.sgml 21 Apr 2010 20:17:10 -0000 1.28.2.3
***************
*** 99,103 ****
<programlisting>
lock set (id = 1, origin = 1);
- wait for event (origin = 1, confirmed = 2);
move set (id = 1, old origin = 1, new origin = 2);
wait for event (origin = 1, confirmed = 2);
--- 99,102 ----
- Previous message: [Slony1-commit] slony1-engine/tools test_slony_replication.pl
- Next message: [Slony1-commit] slony1-www test.html layout.php
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list