Re: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217
Дата
Msg-id 13662.1505077015@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [HACKERS] mysql_fdw + PG10: unrecognized node type: 217  (Christoph Berg <myon@debian.org>)
Ответы Re: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217  (Christoph Berg <myon@debian.org>)
Список 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 по дате отправления:

Предыдущее
От: Christoph Berg
Дата:
Сообщение: [HACKERS] mysql_fdw + PG10: unrecognized node type: 217
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [HACKERS] Patch: Add --no-comments to skip COMMENTs with pg_dump