evgeny gridasov <eugrid (AT) fpm (DOT) kubsu.ru> writes:
Quote:
... and we recieve a deadlock!
Easy to understand why: each insert statement generates query like:
SELECT 1 FROM ONLY "public"."ref" x WHERE "id" = $1 FOR UPDATE OF x
So, is this behaviour of postgresql is a bug or feature? |
An extremely well-known bug ... which is fixed in CVS tip.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org