Re: mysql_fdw + PG10: unrecognized node type: 217

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: mysql_fdw + PG10: unrecognized node type: 217
Date: 2017-09-10 20:56:55
Message-ID: 13662.1505077015@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Christoph Berg <myon(at)debian(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2017-09-10 22:25:26 Re: Patch: Add --no-comments to skip COMMENTs with pg_dump
Previous Message Christoph Berg 2017-09-10 20:51:35 mysql_fdw + PG10: unrecognized node type: 217