• Jeff Davis's avatar
    Improve comment for tricky aspect of index-only scans. · 35c0cd3b
    Jeff Davis authored
    Index-only scans avoid taking a lock on the VM buffer, which would
    cause a lot of contention. To be correct, that requires some intricate
    assumptions that weren't completely documented in the previous
    comment.
    
    Reviewed by Robert Haas.
    35c0cd3b
nodeIndexonlyscan.c 16.9 KB