Extend join-selectivity API (oprjoin interface) so that join type is

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

Commit: 2e46b762eb1c15de2bcda785469a753a753747fb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-28T22:13:41Z
Releases: 7.4.1
Extend join-selectivity API (oprjoin interface) so that join type is
passed to join selectivity estimators.  Make use of this in eqjoinsel
to derive non-bogus selectivity for IN clauses.  Further tweaking of
cost estimation for IN.
initdb forced because of pg_proc.h changes.

Files