Re: CALL stmt, ERROR: unrecognized node type: 113 bug

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CALL stmt, ERROR: unrecognized node type: 113 bug
Date: 2018-02-02 07:07:28
Message-ID: 20180202070728.GB92095@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message amul sul 2018-02-02 08:41:47 Re: [HACKERS] Restrict concurrent update/delete with UPDATE of partition key
Previous Message Michael Paquier 2018-02-02 07:01:13 Re: CALL stmt, ERROR: unrecognized node type: 113 bug