Re: An idle thought - Mailing list pgsql-hackers

From Tom Lane
Subject Re: An idle thought
Date
Msg-id 19240.1268953243@sss.pgh.pa.us
Whole thread Raw
In response to Re: An idle thought  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
Jeff Davis <pgsql@j-davis.com> writes:
> I tested in gdb, and it calls HeapTupleSatisfiesMVCC, until I VACUUM a
> few times, and then it doesn't call it any more. So, apparently the seq
> scan optimization _is_ there. And that means it is correctness-critical.

The page header bit is critical.  Not the VM.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: An idle thought
Next
From: Robert Haas
Date:
Subject: Re: Getting to beta1