Re: [HACKERS] A few questions

2005-10-18 Thread Martijn van Oosterhout
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

Re: [HACKERS] A few questions:

2003-03-31 Thread Bruce Momjian
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