lazy vxid locks, v3

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: lazy vxid locks, v3
Date: 2011-07-20 17:41:38
Message-ID: CA+TgmoY+1fYBte99=xwVKUY9-WcBP=y0-y-HJnf=BdhF6-W+bw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I took another look at v2 of my lazy vxid locks patch and realized
that it was pretty flaky in a couple of different ways. Here's a
version that I think is a bit more robust, but considering the extent
of the revisions, it probably needs another round of review from
someone before I commit it.

Any review appreciated; I would prefer not to have to wait until
October to get this committed, since there is quite a bit of follow-on
work that I would like to do as well. FWIW, the performance
characteristics are basically identical to the previous versions,
AFAICT.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
lazyvxid-v3.patch application/octet-stream 19.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2011-07-20 17:53:57 Re: cataloguing NOT NULL constraints
Previous Message Heikki Linnakangas 2011-07-20 17:26:19 Re: Questions and experiences writing a Foreign Data Wrapper