Re: [Firebird-devel] A patch to submit

2014-05-20 Thread Ann Harrison
On Mon, May 19, 2014 at 12:29 PM, Dimitry Sibiryakov wrote: > : > > Can you explain "erase in place" briefly? > >I simply call update_in_place() with delete stub from VIO_erase() if > the head record > version is marked with the same transaction number. I.e. the same logic > used as in > VIO_m

Re: [Firebird-devel] A patch to submit

2014-05-20 Thread Dimitry Sibiryakov
20.05.2014 16:31, Ann Harrison wrote: > If a transaction deletes a record in which the latest version was created by > a different > transaction, you create a separate deleted stub, just as before. > > Right? Yes, sure. -- WBR, SD.