Re: SSI patch version 8

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Heikki Linnakangas" <heikki.linnakangas@enterprisedb.com>
Cc: "Dan Ports" <drkp@csail.mit.edu>, "john.okite@gmail.org" <john.okite@gmail.org>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, <anssi.kaariainen@thl.fi>
Date: 2011-01-13T15:39:30Z
Lists: pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
 
> That sounds simple enough. Add a boolean field to HeapScanDesc, 
> "rs_relpredicatelocked", and set it when you acquire the relation
> lock.
 
I'll take a look at doing that.  Thanks!
 
-Kevin