Re: pgsql: Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent
Date: 2008-01-31 05:49:13
Message-ID: 515.1201758553@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> You want a TODO for 3883?

Yeah, I would like to have some positive detection for deadlocks
involving LockBufferForCleanup(). What is unclear is how the heck
to do that without adding unacceptable overhead to buffer pin/unpin.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Doudou586 2008-01-31 08:32:01 press - pr: Final Date Updated
Previous Message Bruce Momjian 2008-01-31 03:50:28 Re: pgsql: Add checks to TRUNCATE, CLUSTER, and REINDEX to prevent