Thu Mar 5 14:37:25 PST 2009
- Previous message: [Slony1-commit] slony1-engine/tools slony-cluster-analysis-mass.sh slony-cluster-analysis.sh
- Next message: [Slony1-commit] slony1-engine/src/ducttape test_2_pgbench.in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/backend
In directory main.slony.info:/tmp/cvs-serv5923/src/backend
Modified Files:
Tag: REL_1_2_STABLE
slony1_funcs.sql
Log Message:
Fixed a problem where slonik cannot perform a failover if multiple origins
fail at once.
Jan
Index: slony1_funcs.sql
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.31
retrieving revision 1.98.2.32
diff -C2 -d -r1.98.2.31 -r1.98.2.32
*** slony1_funcs.sql 12 Sep 2008 17:37:48 -0000 1.98.2.31
--- slony1_funcs.sql 5 Mar 2009 22:37:23 -0000 1.98.2.32
***************
*** 1141,1145 ****
and PP.pa_client = P.pa_client)
loop
! raise exception ''Slony-I: cannot failover - node % has no path to the backup node'',
v_row.pa_client;
end loop;
--- 1141,1145 ----
and PP.pa_client = P.pa_client)
loop
! raise notice ''Slony-I: Warning: node % has no path to the backup node'',
v_row.pa_client;
end loop;
- Previous message: [Slony1-commit] slony1-engine/tools slony-cluster-analysis-mass.sh slony-cluster-analysis.sh
- Next message: [Slony1-commit] slony1-engine/src/ducttape test_2_pgbench.in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list