Extend code that deduces implied equality clauses to detect whether a

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

Commit: 6254465d0621f724cdc9a1e99da24fa8a29f579d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-18T16:11:42Z
Releases: 7.2.1
Extend code that deduces implied equality clauses to detect whether a
clause being added to a particular restriction-clause list is redundant
with those already in the list.  This avoids useless work at runtime,
and (perhaps more importantly) keeps the selectivity estimation routines
from generating too-small estimates of numbers of output rows.
Also some minor improvements in OPTIMIZER_DEBUG displays.

Files