On Tue, Oct 18, 2005 at 09:57:03AM +0200, Sebastián Ávila wrote:
> I'm new here, and I would like to know a few things about how developers
> works.
> Could be posible that two developers works on the same item, but in isolation?
> What happens with the different patchs they produced?
> I would li
Christopher Kings-Lynne wrote:
> 1. Did that fix to not allow cluster on partial and non-null indexes get
> backpatched?
Yes, I see it in 7.3.X CVS.
> 2. How can I deliberately cause a deadlock in order to test some code?
Sure:
CREATE TABLE t1(x int);
CREATE TABLE t2(x i