Re: parallelize queries containing initplans
tushar <tushar.ahuja@enterprisedb.com>
From: tushar <tushar.ahuja@enterprisedb.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>,
Haribabu Kommi <kommi.haribabu@gmail.com>,
Kuntal Ghosh <kuntalghosh.2007@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2017-10-31T10:28:17Z
Lists: pgsql-hackers
On 10/30/2017 01:36 PM, tushar wrote: > On 10/30/2017 09:02 AM, Amit Kapila wrote: >> Thanks a lot Tushar for testing this patch. In the latest patch, I >> have just rebased some comments, there is no code change, so I don't >> expect any change in behavior, but feel free to test it once again. > > Thanks Amit. Sure. > I have done re-verification ,Everything looks good. -- regards,tushar EnterpriseDB https://www.enterprisedb.com/ The Enterprise PostgreSQL Company
Commits
-
Pass InitPlan values to workers via Gather (Merge).
- e89a71fb449a 11.0 landed
-
Track in the plan the types associated with PARAM_EXEC parameters.
- e64861c79bda 11.0 landed
-
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
- 7df2c1f8daeb 11.0 cited