On Fri, 2005-02-11 at 10:29 +0200, Cariotoglou Mike wrote: > It has been my experience that, when two processes have the same db > open, and one of them does a VACUUM, and the other tries to update, > The database gets corrupted. Not easy to simulate, but has happened at > least twice, in fact it has been the only way I managed to corrupt a > database. > Comments, DRH ? >
That seems possible. I just checked the code and it looks like the schema cookie is not being incremented after a VACUUM. I have to go get on an airplane now so I don't have time to confirm this problem or fix it right this moment, but I will look into it. -- D. Richard Hipp <[EMAIL PROTECTED]>