Skip to content
Snippets Groups Projects
Commit 7b2cf171 authored by Neil Conway's avatar Neil Conway
Browse files

Micro-opt: replace calls like

    appendStringInfo(buf, "%s", str);
with
    appendStringInfoString(buf, str);
as the latter form is slightly faster.
parent d4fd7d85
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment