From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [PATCH] HOT on tables with oid indexes broken |
Date: | 2013-02-01 14:07:23 |
Message-ID: | 20130201140723.GA4918@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andres Freund wrote:
>
> Hi,
>
> The fklocks patch moved HeapSatisfiesHOTandKeyUpdate (or rather
> HeapSatisfiesHOTUpdate back then) to be called way earlier in
> heap_update as its needed to know which lock level is
> required. Unfortunately the oid of the new tuple isn't yet setup at that
> point.
Applied, thanks.
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-02-01 15:12:28 | Re: backend hangs at immediate shutdown (Re: Back-branch update releases coming in a couple weeks) |
Previous Message | Andres Freund | 2013-02-01 14:04:30 | Re: backend hangs at immediate shutdown (Re: Back-branch update releases coming in a couple weeks) |