bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Mon Jun 20 08:27:50 PDT 2011
http://www.slony.info/bugzilla/show_bug.cgi?id=222

--- Comment #2 from Steve Singer <ssinger at ca.afilias.info> 2011-06-20 08:27:49 PDT ---
Yes this was with 2.0.6 on a 8.3.x system.

Try the following

T1:
begin;
select * FROM _test.sl_log_1;
select * FROM _test.sl_log_2;


Next open a second connection
begin;
lock table _test.sl_log_2 in exclusive mode no wait;
truncate table _test.sl_log_2; 


The 'nowait' passes but the truncate doesn't.

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