Re: BUG #9749: ERROR: unexpected classid 3600 - Mailing list pgsql-bugs

From Alvaro Herrera
Subject Re: BUG #9749: ERROR: unexpected classid 3600
Date
Msg-id 20140328153919.GQ9567@eldon.alvh.no-ip.org
Whole thread Raw
In response to BUG #9749: ERROR: unexpected classid 3600  (clime7@gmail.com)
Responses Re: BUG #9749: ERROR: unexpected classid 3600  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-bugs
clime7@gmail.com wrote:

> I am getting this error when trying to execute "reassign owned" command.
>
> cb_test=# reassign owned by clime to cb_test;
> ERROR:  unexpected classid 3600
> cb_test=# select '3600'::regclass;
>   regclass
> ------------
>  pg_ts_dict

Hmm, The code is clearly missing handling that case, as well as all text
search objects types.  Will fix, thanks for the report!

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

pgsql-bugs by date:

Previous
From: digoal@126.com
Date:
Subject: BUG #9759: whe extend some varchar cols to varchar(n) , index filenode disappear, and 58P01 ERROR
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #8139: initdb: Misleading error message when current user not in /etc/passwd