]> granicus.if.org Git - postgresql/commit
The result of a FULL or RIGHT join can't be assumed to be sorted by the
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 02:23:30 +0000 (02:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 02:23:30 +0000 (02:23 +0000)
commitdddc2afb6e7fa614ce98f26ccdb1da8ee88e68ae
tree221bf3f41c2545d4b81cb167cfa33a760505a27d
parent3b01217d7dc1441bdab0d07f7b041a2851b57008
The result of a FULL or RIGHT join can't be assumed to be sorted by the
left input's sorting, because null rows may be inserted at various points.
Per report from Ferenc Lutischá¸n.
src/backend/optimizer/path/joinpath.c
src/backend/optimizer/path/pathkeys.c
src/include/optimizer/paths.h