Обсуждение: SMgrRelation hashtable corrupted
Hello,
I’m building a small web app (written in JSP) and using PostgreSQL 8.0 Beta 2 as the backend running on Windows XP (installed with pgInstaller). Ocassionally, I get this SQLException message in my web page:
“SMgrRelation hashtable corrupted”
If I refresh the web page it error goes away. I searched the lists and it looked like someone got this with beta 1. Just wondering if anyone found a solution.
Thanks!
"TroyGeek" <postgresql@troygeek.com> writes:
> I'm building a small web app (written in JSP) and using PostgreSQL 8.0 Beta
> 2 as the backend running on Windows XP (installed with pgInstaller).
> Ocassionally, I get this SQLException message in my web page:
> "SMgrRelation hashtable corrupted"
I suspect this is a dangling-reference problem, but I don't see where it
could be coming from. Can you provide a test case?
regards, tom lane
----- Original Message -----From: TroyGeekTo: Pgsql-GeneralSent: Saturday, September 25, 2004 2:26 PMSubject: [GENERAL] SMgrRelation hashtable corruptedHello,
Im building a small web app (written in JSP) and using PostgreSQL 8.0 Beta 2 as the backend running on Windows XP (installed with pgInstaller). Ocassionally, I get this SQLException message in my web page:
SMgrRelation hashtable corrupted
If I refresh the web page it error goes away. I searched the lists and it looked like someone got this with beta 1. Just wondering if anyone found a solution.
Thanks!