Re: Repeated PredicateLockRelation calls during seqscan - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Repeated PredicateLockRelation calls during seqscan
Date
Msg-id 4E01D172020000250003EAA2@gw.wicourts.gov
Whole thread Raw
In response to Re: Repeated PredicateLockRelation calls during seqscan  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Why is the call in ExecSeqScan at all, and not in the node startup
> function?
Because when I asked about the placement of such calls in January of
2010 I didn't get any advice which suggested that, and this was a
place I was able to find which worked correctly.  If there's a
better place, based on performance and/or modularity needs, let's
use it.
-Kevin


pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Coding style point: "const" in function parameter declarations
Next
From: Tom Lane
Date:
Subject: Re: Coding style point: "const" in function parameter declarations