]> granicus.if.org Git - postgresql/commit
Save a few cycles in simple cases: no need to call cost_sort() when there
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Mar 2000 21:40:43 +0000 (21:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Mar 2000 21:40:43 +0000 (21:40 +0000)
commit8cbeb5f131a4339aaf69c34a874922d79c0fe585
tree70c85541d801ca324266069b03bcd879925b288b
parentc07118b3b326537525bd5b834fb2849bc3ba9eba
Save a few cycles in simple cases: no need to call cost_sort() when there
is no presorted path to compare with.
src/backend/optimizer/plan/planmain.c