Arrange for large sequential scans to synchronize with each other, so that

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a04a423599b347325f9a73dfb2d533b24e1cbab3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-06-08T18:23:53Z
Releases: 8.3.0
Arrange for large sequential scans to synchronize with each other, so that
when multiple backends are scanning the same relation concurrently, each page
is (ideally) read only once.

Jeff Davis, with review by Heikki and Tom.

Files