Improve my initial, rather hacky implementation of joins to append

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 336a6491aaa8a2ba9a3118285522f237806b5e37
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-02-05T02:59:17Z
Releases: 8.2.0
Improve my initial, rather hacky implementation of joins to append
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.

Files