]> granicus.if.org Git - postgresql/commit
Replace nth() calls in inner loops with traversal of the list via
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Feb 2000 23:19:44 +0000 (23:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 5 Feb 2000 23:19:44 +0000 (23:19 +0000)
commit60be6da7310ba5bc1bd3c03d25f5d5992bf96d0f
tree887509a22cf33eadff87cc588b9be66827251ec4
parent78296c2797cff799ccfee1332261340b685b4242
Replace nth() calls in inner loops with traversal of the list via
lnext, to eliminate O(N^2) behavior with lots of indexquals.
src/backend/executor/nodeIndexscan.c