Re: Process local hint bit cache - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Process local hint bit cache
Date
Msg-id BANLkTi=xNENkYe1NHhsPKcdL8TTqqasEKw@mail.gmail.com
Whole thread Raw
In response to Re: Process local hint bit cache  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
On Wed, Jun 29, 2011 at 9:39 AM, Merlin Moncure <mmoncure@gmail.com> wrote:
> On Tue, Jun 28, 2011 at 10:03 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> On Thu, Apr 7, 2011 at 2:49 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
>>> On Thu, Apr 7, 2011 at 1:28 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
>>>>                        int ByteOffset = xid / BITS_PER_BYTE;
>>>
>>> whoops, I just notice this was wrong -- the byte offset needs to be
>>> taking bucket into account.  I need to clean this up some more
>>> obviously, but the issues at play remain the same....
>>
>> So, where is the latest version of this patch?
>
> https://commitfest.postgresql.org/action/patch_view?id=553

Oh, shoot.  When I looked at this last night, I thought that link went
somewhere else.  Woops.

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


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Avoid index rebuilds for no-rewrite ALTER TABLE ALTER TYPE
Next
From: Yeb Havinga
Date:
Subject: Re: Parameterized aggregate subquery (was: Pull up aggregate subquery)