Create a function variable "join_search_hook" to let plugins override the

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

Commit: cdf0231c88bd65409f93904443ee4c021f021c64
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-09-26T18:51:51Z
Releases: 8.3.0
Create a function variable "join_search_hook" to let plugins override the
join search order portion of the planner; this is specifically intended to
simplify developing a replacement for GEQO planning.  Patch by Julius
Stroffek, editorialized on by me.  I renamed make_one_rel_by_joins to
standard_join_search and make_rels_by_joins to join_search_one_level to better
reflect their place within this scheme.

Files