OSDN Git Service

sort_inner_and_outer needs a check to ensure that it's consumed all the
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Nov 2001 19:18:54 +0000 (19:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Nov 2001 19:18:54 +0000 (19:18 +0000)
commitad511a3ff352e2b6ef94791bb27b4b670a8dcb96
treec3b6f37feb5259b63b87c2a2da8ae6198eb0621f
parent8bf1e098dd94479798801ceb8f220d70ad03f5d2
sort_inner_and_outer needs a check to ensure that it's consumed all the
mergeclauses in RIGHT/FULL join cases, just like the other routines have.
I'm not quite sure why I thought it didn't need one --- but Nick
Fankhauser's recent bug report proves that it does.
src/backend/optimizer/path/joinpath.c