Re: Comment patch for index-only scans - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Comment patch for index-only scans
Date
Msg-id CA+TgmobHcneQHvyTnhgzX8WH+wYNG21r4igs0ODzztVTsrU2kw@mail.gmail.com
Whole thread Raw
In response to Comment patch for index-only scans  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On Sun, May 4, 2014 at 4:50 PM, Jeff Davis <pgsql@j-davis.com> wrote:
> If I recall correctly, Tom pointed out a while back that the comment
> justifying the lockless read of the VM bit was not correct (or at least
> not complete).
>
> I rewrote it, but it was part of a patch that was not accepted. Attached
> is the comment patch only.

Looks reasonable to me.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: sb_alloc: a new memory allocator for PostgreSQL
Next
From: Noah Misch
Date:
Subject: Re: [PATCH] `pg_dump -Fd` doesn't check write return status...