mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 14:53:31 -05:00
where you state a format and arguments. the old behavior required each appendStringInfo to have to have a sprintf() before it if any formatting was required. Also shortened several instances where there were multiple appendStringInfo() calls in a row, doing nothing more then adding one more word to the String, instead of doing them all in one call. |
||
|---|---|---|
| .. | ||
| bit.c | ||
| dllist.c | ||
| fstack.c | ||
| hasht.c | ||
| lispsort.c | ||
| Makefile | ||
| stringinfo.c | ||