aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-03-08 08:15:24 -0500
committerRobert Haas <rhaas@postgresql.org>2017-03-08 08:15:24 -0500
commit09529a70bb5a77935d086d651c63396767d240d7 (patch)
tree6413df5b74055c6fd5a0f2ffd1bfce3a09f91b8b /src/backend/access/gist
parent98e6e89040a0534ca26914c66cae9dd49ef62ad9 (diff)
downloadpostgresql-09529a70bb5a77935d086d651c63396767d240d7.tar.gz
postgresql-09529a70bb5a77935d086d651c63396767d240d7.zip
Fix parallel index and index-only scans to fall back to serial.
Parallel executor nodes can't assume that parallel execution will happen in every case where the plan calls for it, because it might not work out that way. However, parallel index scan and parallel index-only scan failed to do the right thing here. Repair. Amit Kapila, per a report from me. Discussion: http://postgr.es/m/CAA4eK1Kq5qb_u2AOoda5XBB91vVWz90w=LgtRLgsssriS8pVTw@mail.gmail.com
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions