Re: Curious buildfarm failures
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heikki Linnakangas <hlinnakangas@vmware.com>
Cc: pgsql-hackers@postgreSQL.org
Date: 2013-01-15T02:39:38Z
Lists: pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes: > The problem seems to be when the the old and the key hash to the same > bucket. In that case, hash_update_hash_key() tries to link the entry to > itself. The attached patch fixes it for me. Doh! I had a feeling that that needed a special case, but didn't think hard enough. Thanks. I think the patch could do with more than no comment, but will fix that and apply. regards, tom lane
Commits
-
Prevent very-low-probability PANIC during PREPARE TRANSACTION.
- 2065dd2834e8 9.3.0 cited