Chris Browne cbbrowne at lists.slony.info
Thu Nov 29 13:29:05 PST 2007
Update of /home/cvsd/slony1/slony1-engine
In directory main.slony.info:/tmp/cvs-serv6919

Modified Files:
	RELEASE-2.0 
Log Message:
Fix to bug #15
http://www.slony.info/bugzilla/show_bug.cgi?id=15

  Fix to bug #15 - where long cluster name (>40 chars) leads to
  things breaking when an index name is created that contains
  the cluster name.

  -> Warn upon creating a long cluster name.
  -> Give a useful exception that explains the cause rather
     than merely watching index creation fail.


Index: RELEASE-2.0
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/RELEASE-2.0,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** RELEASE-2.0	22 Nov 2007 17:50:07 -0000	1.7
--- RELEASE-2.0	29 Nov 2007 21:29:03 -0000	1.8
***************
*** 85,86 ****
--- 85,97 ----
    the further merit of making tools/configure-replication.sh a
    regularly-regression-tested tool.
+ 
+ - Fix to bug #15 - where long cluster name (>40 chars) leads to
+   things breaking when an index name is created that contains
+   the cluster name.
+ 
+   -> Warn upon creating a long cluster name.
+   -> Give a useful exception that explains the cause rather
+      than merely watching index creation fail.
+ 
+    http://www.slony.info/bugzilla/show_bug.cgi?id=15
+ 



More information about the Slony1-commit mailing list