Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley <drowley@postgresql.org>
Use appendStringInfoString and appendPQExpBufferStr where possible This changes various places where appendPQExpBuffer was used in places where it was possible to use appendPQExpBufferStr, and likewise for appendStringInfo and appendStringInfoString. This is really just a stylistic improvement, but there are also small performance gains to be had from doing this. Discussion: http://postgr.es/m/CAKJS1f9P=M-3ULmPvr8iCno8yvfDViHibJjpriHU8+SXUgeZ=w@mail.gmail.com
Files
Discussion
- Cleaning up and speeding up string functions 11 messages · 2019-05-25 → 2019-07-22