Re: [HACKERS] Redundant comment in ExecutePlan

2017-02-03 Thread Robert Haas
On Fri, Feb 3, 2017 at 6:07 AM, Rafia Sabih wrote: > Hello all, > I noticed there is a redundant comment in ExecutePlan, Hmm, yeah. Thanks for the patch. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company --

[HACKERS] Redundant comment in ExecutePlan

2017-02-03 Thread Rafia Sabih
Hello all, I noticed there is a redundant comment in ExecutePlan, /* * If a tuple count was supplied, we must force the plan to run without * parallelism, because we might exit early. Also disable parallelism * when writing into a relation, because no database changes are allowed * in parallel