eqjoinsel's logic for case where MCV lists are not present should
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Apr 2003 05:18:12 +0000 (05:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Apr 2003 05:18:12 +0000 (05:18 +0000)
commit5ab15591d9bb5274f2937d5c5524e1b90b5734ed
tree3e846af0c0eb88df7fb0ab606007b84cd3af874b
parent49c3cf5fd1acf61520676f65ce468b088d75df68
eqjoinsel's logic for case where MCV lists are not present should
account for NULLs; in hindsight this is obvious since the code for
the MCV-lists case would reduce to this when there are zero entries
in both lists.  Per example from Alec Mitchell.
src/backend/utils/adt/selfuncs.c