Extend index AM API for parallel index scans.

Robert Haas <rhaas@postgresql.org>

Commit: 7b4ac19982a77a1a2a6f096c4a11ee7325a14d2c
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-01-24T21:42:58Z
Releases: 10.0
Extend index AM API for parallel index scans.

This patch doesn't actually make any index AM parallel-aware, but it
provides the necessary functions at the AM layer to do so.

Rahila Syed, Amit Kapila, Robert Haas

Files

Documentation touched