]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:30 +0000 (05:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 15 Apr 2003 05:18:30 +0000 (05:18 +0000)
commitd38fdbc9394a6623e1e5e048a3cdbe592ff2c10d
tree2ed5616fcbdac7bc96047bf8e4975996a0f6ee8d
parent811c512f625647e099e756e4e66915a0abe143ff
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