Re: [BUGS] BUG #3245: PANIC: failed to re-find shared lock object

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>, "Dorochevsky, Michel" <michel(dot)dorochevsky(at)softcon(dot)de>
Cc: pgsql-patches(at)postgreSQL(dot)org
Subject: Re: [BUGS] BUG #3245: PANIC: failed to re-find shared lock object
Date: 2007-04-26 19:42:58
Message-ID: 2042.1177616578@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches

Attached is the complete patch against HEAD to prevent hashtable bucket
splits during hash_seq_search. Any comments before I start
back-porting? I suppose we had better patch this all the way back,
even though AtPrepare_Locks() is the only known trouble spot.

regards, tom lane

Attachment Content-Type Size
unknown_filename text/plain 28.6 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-04-26 20:26:24 Re: BUG #3254: unexpected data beyond EOF in block
Previous Message Mario Santini 2007-04-26 07:54:19 BUG #3254: unexpected data beyond EOF in block

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-04-26 20:27:15 Re: About the simple_heap_update function
Previous Message rupesh bajaj 2007-04-26 19:04:44 About the simple_heap_update function

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-04-26 23:08:22 Re: Auto Partitioning Patch - WIP version 1
Previous Message Bruce Momjian 2007-04-26 17:36:42 Re: New version of GENERATED/IDENTITY, was Re: parser dilemma