Re: pgsql: Fix parallel index and index-only scans to fall back to serial.
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Robert Haas <rhaas@postgresql.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
Amit Kapila <amit.kapila16@gmail.com>
Date: 2018-07-13T19:22:42Z
Lists: pgsql-hackers
Hi! I just bumped into this comment, from commit 09529a70bb5, and I can't make sense of it: > + /* > + * We reach here if the index only scan is not parallel, or if we're > + * executing a index only scan that was intended to be parallel > + * serially. > + */ What was that intended to say? - Heikki
Commits
-
Rephrase a few comments for clarity.
- 8b1d2685b82f 9.6.10 landed
- a1dc4ea02044 10.5 landed
- 45fcd758a07f 11.0 landed
- 99fdebaf2da9 12.0 landed
-
Fix parallel index and index-only scans to fall back to serial.
- 09529a70bb5a 10.0 cited