Re: [BUGS] BUG #4727: Unable to drop table for cache lookup failed for relation

2009-03-24 Thread Tom Lane
Lorenzo Bolzani writes: > I only have a zip containing the whole data directory when the problem > was present (27 mb). Well, that may or may not provide any useful evidence, but if you want to send it to me (off-list) I'll take a look. Which database and table shows the problem?

Re: [BUGS] BUG #4727: Unable to drop table for cache lookup failed for relation

2009-03-24 Thread Lorenzo Bolzani
2009/3/24 Tom Lane : > "lorenzo" writes: >> I am unable to drop a table receiving this error >> ERROR:  cache lookup failed for relation 925244 > > Can you provide a self-contained test case that creates this problem? > Something like "do these SQL commands over and over, and eventually > it'll fa

Re: [BUGS] BUG #4727: Unable to drop table for cache lookup failed for relation

2009-03-24 Thread Tom Lane
"lorenzo" writes: > I am unable to drop a table receiving this error > ERROR: cache lookup failed for relation 925244 Can you provide a self-contained test case that creates this problem? Something like "do these SQL commands over and over, and eventually it'll fail" would be enough.