Re: Incorrect processing of CREATE TRANSFORM with DDL deparding

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Incorrect processing of CREATE TRANSFORM with DDL deparding
Date: 2015-06-04 21:24:29
Message-ID: 20150604212429.GN133018@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Michael Paquier wrote:

> And I actually bumped into a bug with this fake test case:
> DROP TRANSFORM FOR int LANGUAGE SQL;
> + ERROR: requested object address for unsupported object class 32: text
> result "unrecognized object 3576 16551 0"
> What happens is that the handling for transforms in getObjectIdentityParts
> is missing. This is fixed as well in the attached.

Oh, interesting. We need one or two extra lines in the
object_address.sql test as well, I guess.

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Kupershmidt 2015-06-05 00:40:44 reproducible 9.5: ERROR: requested object address for unsupported object class 32: ...
Previous Message Graeme B. Bell 2015-06-04 09:02:08 Re: postgres documentation - proposed improvement/clarification