Thread: Performance of loop

Performance of loop

From
Gnanavel S
Date:
Hi,
  I would like to thank the postgresql team for providing this wonderful product.

  Coming to the point, in postgresql jdbc driver coding, I saw many inefficient "for" loops. For eg in V2Query.class file
 While parsing the parameterized query, there is a "for" loop as this
 
for (int i = 0; i < query.length(); ++i)