mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
appendStringInfo(buf, "%s", str);
with
appendStringInfoString(buf, str);
as the latter form is slightly faster.
appendStringInfo(buf, "%s", str);
with
appendStringInfoString(buf, str);
as the latter form is slightly faster.