Re: BUG #9749: ERROR: unexpected classid 3600

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: clime7(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9749: ERROR: unexpected classid 3600
Date: 2014-03-28 15:39:19
Message-ID: 20140328153919.GQ9567@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

clime7(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2014-03-28 16:55:12 Re: BUG #8139: initdb: Misleading error message when current user not in /etc/passwd
Previous Message Bruce Momjian 2014-03-28 14:33:48 Re: BUG #8139: initdb: Misleading error message when current user not in /etc/passwd