serializable lock consistency patch

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: serializable lock consistency patch
Date: 2010-10-22 02:40:16
Message-ID: AANLkTint7Cz9EtczA2Ne8mojyU=BqknF6pBV+6pcBg4H@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I merged the latest version of the serializable lock consistency patch
I could find up to head, and cleaned up some bits of trailing
whitespace, lines over 80 characters, an unused variable that was
producing a warning, and a function that I thought was in the wrong
file. Context diff attached.

My previous rant on this subject can be found here:

http://archives.postgresql.org/pgsql-hackers/2010-05/msg00792.php

(since I know you all love reading my rants)

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

Attachment Content-Type Size
serializable_lock_consistency_2010_10_21.patch application/octet-stream 49.3 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-10-22 03:10:47 Re: crash in plancache with subtransactions
Previous Message Itagaki Takahiro 2010-10-22 02:28:11 Re: Extensions, this time with a patch