Re: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217
Date
Msg-id 13662.1505077015@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] mysql_fdw + PG10: unrecognized node type: 217  (Christoph Berg <myon@debian.org>)
Responses Re: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217
List pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> I'm not sure if this is a bug in mysql_fdw, or in PG10:

> ! ERROR:  unrecognized node type: 217

Hm, nodetag 217 is T_List according to gdb.  Wouldn't expect that
failure in very many places.  If you could get a stack trace from
the errfinish call, it might help narrow things down.

Offhand my bet is on mysql_fdw needing an update for some PG10
change, but that's just a guess.
        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217
Next
From: Stephen Frost
Date:
Subject: Re: [HACKERS] Patch: Add --no-comments to skip COMMENTs with pg_dump