From: Michael P. <mic...@gm...> - 2013-11-13 23:27:22
|
On Thu, Nov 14, 2013 at 5:34 AM, West, William <ww...@uc...> wrote: > drop table gene.mutect cascade; > ERROR: cache lookup failed for relation 24594 > It doesn’t seemed based on what I read that there is a mechanism to drop > corrupted objects. I hope this isn’t the case since being unable to remove > invalid objects would make this product unsuitable for production work. This is clearly a bug. This error appears because even if this session has taken a lock on this relation that should guarantee its presence, well it is not here, hence the error. Telling first what is the version used, and then giving an explicit test case would help the dev team to solve this issue. Regards, -- Michael |