Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut <peter_e@gmx.net>
Fix up some misusage of appendStringInfo() and friends Change to appendStringInfoChar() or appendStringInfoString() where those can be used. Author: David Rowley <david.rowley@2ndquadrant.com> Reviewed-by: Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/deparse.c | modified | +16 −16 |
| src/backend/commands/subscriptioncmds.c | modified | +5 −5 |
| src/backend/nodes/outfuncs.c | modified | +3 −3 |
| src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | modified | +6 −6 |
| src/backend/utils/adt/ruleutils.c | modified | +10 −10 |
| src/backend/utils/adt/xml.c | modified | +2 −2 |
| src/backend/utils/mmgr/freepage.c | modified | +4 −4 |
| src/bin/pg_dump/pg_dumpall.c | modified | +1 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +2 −3 |
| src/bin/psql/command.c | modified | +2 −2 |
| src/bin/psql/describe.c | modified | +1 −1 |
| src/bin/scripts/createuser.c | modified | +1 −1 |
| src/interfaces/libpq/fe-connect.c | modified | +2 −2 |