Mon Apr 7 22:46:45 PDT 2008
- Previous message: [Slony1-bugs] [Bug 47] EXECUTE SCRIPT runs on ALL nodes
- Next message: [Slony1-bugs] [Bug 47] EXECUTE SCRIPT runs on ALL nodes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Slony1-bugs] [Bug 47] EXECUTE SCRIPT runs on ALL nodes
- Next message: [Slony1-bugs] [Bug 47] EXECUTE SCRIPT runs on ALL nodes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list