Re: Confusing comment for function ExecParallelEstimate
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: "Wu, Fei" <wufei.fnst@cn.fujitsu.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2019-06-07T04:41:39Z
Lists: pgsql-hackers
On 2019-Jun-07, Amit Kapila wrote: > Pushed. Note, I was not able to apply your patch using patch -p1 command. Yeah, it's a "normal" diff (old school), not a unified or context diff. patch doesn't like normal diff, for good reasons, but you can force it to apply with "patch --normal" (not really recommended). -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix inconsistency in comments atop ExecParallelEstimate.
- 5afb57038f33 9.6.14 landed
- fac1ed274293 10.9 landed
- 17aa054a7996 11.4 landed
- d8261595bc6f 12.0 landed
-
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
- b287df70e408 9.6.0 cited
-
Parallel executor support.
- d1b7c1ffe72e 9.6.0 cited