[GENERAL] SMgrRelation hashtable corrupted

2004-09-25 Thread TroyGeek
Hello, 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

Re: [GENERAL] SMgrRelation hashtable corrupted

2004-09-25 Thread Tom Lane
TroyGeek [EMAIL PROTECTED] 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

[GENERAL] SMgrRelation hashtable corrupted

2004-09-10 Thread Chris Ochs
On 8 beta1 I get 'SMgrRelation hashtable corrupted' *sometimes* when executing the following, but only when there are other clients connecting to the same database. ALTER TABLE declines ALTER COLUMN comp_name TYPE varchar(128), ALTER COLUMN f_name1 TYPE varchar(48), ALTER COLUMN

Re: [GENERAL] SMgrRelation hashtable corrupted

2004-09-10 Thread Tom Lane
Chris Ochs [EMAIL PROTECTED] writes: On 8 beta1 I get 'SMgrRelation hashtable corrupted' *sometimes* when executing the following, but only when there are other clients connecting to the same database. Hmm. The SMgrRelation hashtable is local in each backend, so I'm not sure I believe the