Re: mysql_fdw + PG10: unrecognized node type: 217

From: Christoph Berg <myon(at)debian(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: mysql_fdw + PG10: unrecognized node type: 217
Date: 2017-09-11 09:53:38
Message-ID: 20170911095338.mqkiinkpk7gkog3a@msg.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Re: Andres Freund 2017-09-11 <20170911090306(dot)s7sj4uyr4t72wbam(at)alap3(dot)anarazel(dot)de>
> Could you pprint() the expression that's being initialized?

(gdb) f 4
#4 0x00005604ecedd124 in ExecInitNode (node=node(at)entry=0x5604ee884f80, estate=estate(at)entry=0x5604ee8c78a0,
eflags=eflags(at)entry=16) at ./build/../src/backend/executor/execProcnode.c:164
164 ./build/../src/backend/executor/execProcnode.c: Datei oder Verzeichnis nicht gefunden.
(gdb) p pprint(node)
$1 = void

2017-09-11 11:27:53.268 CEST [31066] postgres(at)postgres ANWEISUNG: SELECT test_param_where();
{RESULT
:startup_cost 0.00
:total_cost 0.26
:plan_rows 1
:plan_width 4
:parallel_aware false
:parallel_safe false
:plan_node_id 0
:targetlist (
{TARGETENTRY
:expr
{FUNCEXPR
:funcid 16402
:funcresulttype 2278
:funcretset false
:funcvariadic false
:funcformat 0
:funccollid 0
:inputcollid 0
:args <>
:location 7
}
:resno 1
:resname test_param_where
:ressortgroupref 0
:resorigtbl 0
:resorigcol 0
:resjunk false
}
)
:qual <>
:lefttree <>
:righttree <>
:initPlan <>
:extParam (b)
:allParam (b)
:resconstantqual <>
}

Christoph

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2017-09-11 09:56:22 Re: expanding inheritance in partition bound order
Previous Message Amit Kapila 2017-09-11 09:53:04 Re: Setting pd_lower in GIN metapage