bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Tue Jun 18 07:08:31 PDT 2013
http://www.slony.info/bugzilla/show_bug.cgi?id=294

           Summary: Section 3.1.1 command parameter error
           Product: Slony-I
           Version: 2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: low
         Component: docs
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: dwight_lowry at yahoo.com
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


In section 3.1.1, there is a script detailed which has a "subscribe set"
component:

        subscribe set(id=1, provider=1,receiver=2);

Because this is set to 'id=1', the subsequent 'merge set' command fails with
the following error: "PGRES_FATAL_ERROR select "_slony_example".mergeSet(1, 2);
 - ERROR:  Slony-I: subscriber lists of set 1 and 2 are different"


The 'id' value should be '2' instead of '1', since we are creating set 2 with
this script (see below):

        subscribe set(id=2, provider=1,receiver=2);

-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list