bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Tue Mar 1 12:10:46 PST 2011
http://www.slony.info/bugzilla/show_bug.cgi?id=196

--- Comment #1 from Christopher Browne <cbbrowne at ca.afilias.info> 2011-03-01 12:10:46 PST ---
Preliminary implementation...

https://github.com/cbbrowne/slony1-engine/tree/bug196

--------------------------------------------------------------------------------
Add sl_event_lock table that is what gets locked to prevent mis-serialization
of creation of sl_event entries.

Add pre_event_create() function that takes out that lock which will be called
by anything that does an event create.

Add code to upgrade schema function which creates sl_event_lock if it is
missing.

Slon SYNC thread needs to call pre_event_create() before calling createEvent().

Various functions for slonik actions call pre_event_create() before calling
createEvent().
--------------------------------------------------------------------------------

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


More information about the Slony1-bugs mailing list