slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Mon Apr 7 22:46:45 PDT 2008
http://www.slony.info/bugzilla/show_bug.cgi?id=47





--- Comment #2 from Johan Ström <johan at headweb.com>  2008-04-07 22:46:45 ---
Yes, good point. I guess if it should be an OR it should read:

IF the origin node for this set IS me, OR i dont subscribe to this set,
then abort without errors..

or in sql:

        if v_set_origin = v_no_id
                        or not exists (select 1 from sl_subscribe
                                                where sub_set = p_set_id
                                                and sub_receiver = v_no_id)
        then
                return 0;
        end if;


-- 
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