Be more tense about not creating tuplestores with randomAccess = true unless

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

Commit: 05bba3d176e0adc1a032d5c8c6ea2a7622c7dd0d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-10-29T00:00:39Z
Releases: 8.4.0
Be more tense about not creating tuplestores with randomAccess = true unless
backwards scan could actually happen.  In particular, pass a flag to
materialize-mode SRFs that tells them whether they need to require random
access.  In passing, also suppress unneeded backward-scan overhead for a
Portal's holdStore tuplestore.  Per my proposal about reducing I/O costs for
tuplestores.

Files