]> 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:22:34 +0000 (02:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 Jan 2005 02:22:34 +0000 (02:22 +0000)
commit5b7a866b98c30f4463a68671a6ef4d64c03b3559
tree20bab9b7518c59b99cb4224eb84bd2e5d545b3ae
parent3a4589056d8d5c2a14e426770776107312988ef4
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