SMgrRelation hashtable corrupted

From: "Chris Ochs" <chris(at)paymentonline(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: SMgrRelation hashtable corrupted
Date: 2004-09-10 20:17:22
Message-ID: 159c01c49773$2e523830$250a8b0a@chris
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 l_name1 TYPE varchar(48),
ALTER COLUMN country TYPE varchar(48);

Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bodanapu, Sravan 2004-09-10 20:21:57 unsubscribe
Previous Message Collin Peters 2004-09-10 18:55:00 Best practices for migrating a development database to a release database