• T
    Improve my initial, rather hacky implementation of joins to append · 336a6491
    Tom Lane 提交于
    relations: fix the executor so that we can have an Append plan on the
    inside of a nestloop and still pass down outer index keys to index scans
    within the Append, then generate such plans as if they were regular
    inner indexscans.  This avoids the need to evaluate the outer relation
    multiple times.
    336a6491
nodeAppend.c 9.8 KB