Re: New lock types

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)atentus(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New lock types
Date: 2002-10-04 21:58:06
Message-ID: 28273.1033768686@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)atentus(dot)com> writes:
> I'm looking at implementing the btree reorganizer described in "On-line
> reorganization of sparsely-...", ACM SIGMOD proceedings 1996, by Zou and
> Salzberg. It seems to me I'll have to add some amount of lock types
> in the lock manager. Does that bother you?

Such as?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Curtis Faith 2002-10-04 22:09:07 Re: Potential Large Performance Gain in WAL synching
Previous Message Tom Lane 2002-10-04 21:57:02 Re: ALTER TABLE ... ADD COLUMN