• Robert Haas's avatar
    Add optimizer and executor support for parallel index scans. · 5262f7a4
    Robert Haas authored
    In combination with 569174f1, which
    taught the btree AM how to perform parallel index scans, this allows
    parallel index scan plans on btree indexes.  This infrastructure
    should be general enough to support parallel index scans for other
    index AMs as well, if someone updates them to support parallel
    scans.
    
    Amit Kapila, reviewed and tested by Anastasia Lubennikova, Tushar
    Ahuja, and Haribabu Kommi, and me.
    5262f7a4
spgutils.c 23.7 KB