Re: CALL stmt, ERROR: unrecognized node type: 113 bug - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Date
Msg-id 20180202070728.GB92095@paquier.xyz
Whole thread Raw
In response to Re: CALL stmt, ERROR: unrecognized node type: 113 bug  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: CALL stmt, ERROR: unrecognized node type: 113 bug  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Fri, Feb 02, 2018 at 04:01:13PM +0900, Michael Paquier wrote:
> Peter, Andrew, this is missing some bits related to the conversion of
> SubLink nodes to SubPlan nodes for procedures when used as argument of
> a procedure as only the latter can be executed after the former is
> processed by the latter (see SS_process_sublinks).

Meh-to-self.

You need to read that as "only a SubPlan can be executed after a SubLink
has been processed by the planner", so please replace the last "latter"
by "planner".
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Next
From: amul sul
Date:
Subject: Re: [HACKERS] Restrict concurrent update/delete with UPDATE ofpartition key