Andre Poenitz wrote:

> Which reminds me: Storing Par(Const)Iterators is _not_ safe. They
> are meant to iterate over a non-changing document, nothing else.
> 
> At the very least, StableDocIterators have to be used.

StableDocIterators aren't really safer... The only *sort* of 'safe' (i.e.
edition persistent) iterator we have (if things didn't change dramatically)
is the bv.cursor one IIRC...

StableDocIterator is probably sort-of-equivalent to DocIterator + fixCursor
under edition.

A/


Reply via email to