Subject Re: [Firebird-Architect] the insert into t select * from t infinite
Author Dmitry Yemanov
"Ann W. Harrison" <aharrison@...> wrote:
>
> Not RSE - record selection expression, RSB - record source block. Quite
> a different animal.

Actually, I meant rse.cpp which implements RSBs. The record version chase
code is VIO. The undo log code is again VIO. I fail to see what RSB should
do here. Both VIO::get and VIO:next could check the specially remembered
savepoint (by EXE? RSB?) and reconstruct the necessary data, if required.


Dmitry