Marginal hack to avoid spending a lot of time in find_join_rel during

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

Commit: e3a33a9a9f1a6afb80c9b83c1456c1a36fbcb70b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-06-08T23:02:05Z
Releases: 8.1.0
Marginal hack to avoid spending a lot of time in find_join_rel during
large planning problems: when the list of join rels gets too long, make
an auxiliary hash table that hashes on the identifying Bitmapset.

Files