Re: reproducible 9.5: ERROR: requested object address for unsupported object class 32: ...

Josh Kupershmidt <schmiddy@gmail.com>

From: Josh Kupershmidt <schmiddy@gmail.com>
To: Pg Bugs <pgsql-bugs@postgresql.org>
Date: 2015-06-05T01:28:56Z
Lists: pgsql-bugs
On Thu, Jun 4, 2015 at 8:40 PM, Josh Kupershmidt <schmiddy@gmail.com> wrote:
> Hi all,
>
> Attached is a small testcase which should produce an ERROR like:
>
> ERROR:  requested object address for unsupported object class 32: text
> result "unrecognized object 3576 112581 0"

Wow, I just noticed that Michael Paquier recently stumbled onto the
same problem and already has a fix. FWIW, the patch in:

http://www.postgresql.org/message-id/CAB7nPqT2SZ39N_wH+WK8JGPKO3LCyWQiLoxgcgq_UyPJNc8hSg@mail.gmail.com

seems to fix the error for me. Sorry for the noise.

Josh