Re: parallelize queries containing initplans

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>, Kuntal Ghosh <kuntalghosh(dot)2007(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: parallelize queries containing initplans
Date: 2017-10-11 15:54:30
Message-ID: CA+TgmobSN66o2_c76rY12JvS_sZa17zpKvpuyG-QzRvVLYE8Vg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Oct 9, 2017 at 5:56 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> How about always returning false for PARAM_EXTERN?

Yeah, I think that's what we should do. Let's do that first as a
separate patch, which we might even want to back-patch, then return to
this.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-10-11 15:58:58 Re: pgsql: Add port/strnlen support to libpq and ecpg Makefiles.
Previous Message Andres Freund 2017-10-11 15:54:10 Re: SendRowDescriptionMessage() is slow for queries with a lot of columns