Wed Nov 17 09:51:41 PST 2010
- Previous message: [Slony1-bugs] [Bug 166] New: Provide a way of counting the number of outstanding operations in a sync
- Next message: [Slony1-bugs] [Bug 160] slon can get into a state where it spins with "child terminated status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://www.slony.info/bugzilla/show_bug.cgi?id=166 --- Comment #1 from Christopher Browne <cbbrowne at ca.afilias.info> 2010-11-17 09:51:40 PST --- The logic for this is liable to need a stored function (or similar) which duplicates the logic in remote_worker.c which associates XIDs with SYNCs. If we implement this (which could be quite a good idea!), this might provide a way to shift the SYNC contents evaluation out of sync_event() (in src/slon/remote_worker.c) into (a) stored function(s). It's definitely nontrivial, but, if done, would pull a pretty complicated piece out of the C code. -- 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 166] New: Provide a way of counting the number of outstanding operations in a sync
- Next message: [Slony1-bugs] [Bug 160] slon can get into a state where it spins with "child terminated status"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list