1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend
Neil Conway 7b2cf1713d Micro-opt: replace calls like
appendStringInfo(buf, "%s", str);
with
    appendStringInfoString(buf, str);
as the latter form is slightly faster.
2004-01-31 05:09:41 +00:00
..
2004-01-31 05:09:41 +00:00
2004-01-27 00:46:58 +00:00
2004-01-31 05:09:41 +00:00
2004-01-24 07:30:40 +00:00
2003-11-29 19:52:15 +00:00
2004-01-31 05:09:41 +00:00
2003-11-29 19:52:15 +00:00
2003-11-29 19:52:15 +00:00