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

From: Tom Lane
To: Bruce Momjian
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: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Bruce Momjian 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