> regression=# UPDATE for_test set name ='FOO' where id = 21;
> UPDATE 1
>
> This deadlocks in 7.3, but works in CVS tip.
Hmmm...I suspect this will remove a lot of the FK deadlocks I see in my logs
all the time...does seem like a bug doesn't it?
Chris