Chris Browne cbbrowne at lists.slony.info
Thu Sep 18 14:29:38 PDT 2008
Update of /home/cvsd/slony1/slony1-engine/doc/adminguide
In directory main.slony.info:/tmp/cvs-serv6832

Modified Files:
	loganalysis.sgml 
Log Message:
Add a note about an error message that can come up with STORE PATH,
SUBSCRIBE SET resulting from a foreign key violation


Index: loganalysis.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/loganalysis.sgml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** loganalysis.sgml	20 Dec 2007 00:56:46 -0000	1.12
--- loganalysis.sgml	18 Sep 2008 21:29:36 -0000	1.13
***************
*** 1060,1063 ****
--- 1060,1072 ----
  of <command>STORE_NODE</command> requests not
  propagating... </para> </listitem>
+ 
+ <listitem><para><command>insert or update on table "sl_path" violates
+ foreign key constraint "pa_client-no_id-ref".  DETAIL: Key
+ (pa_client)=(2) is not present on table "s1_node</command></para>
+ 
+ <para> This happens if you try to do <xref linkend="stmtsubscribeset">
+ when the node unaware of a would-be new node; probably a sign of
+ <command>STORE_NODE</command> and <command>STORE_PATH</command>
+ requests not propagating... </para> </listitem>
  </itemizedlist>
  </sect3>



More information about the Slony1-commit mailing list