Improve various new-to-v19 appendStringInfo calls
David Rowley <drowley@postgresql.org>
Improve various new-to-v19 appendStringInfo calls Similar to 928394b66 and 8461424fd, here we adjust a few new locations which were not using the most suitable appendStringInfo* or appendPQExpBuffer* function for the intended purpose. Author: David Rowley <drowleyml@gmail.com> Discussion: https://postgr.es/m/CAApHDvohYOdrvhVxXzCJNX_GYMSWBfjTTtB6hgDauEtZ8Nar2A@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_plan_advice/pgpa_output.c | modified | +1 −1 |
| contrib/pg_plan_advice/pgpa_trove.c | modified | +7 −7 |
| contrib/pg_plan_advice/pg_plan_advice.c | modified | +1 −1 |
| src/backend/replication/logical/conflict.c | modified | +1 −1 |
| src/backend/replication/logical/slotsync.c | modified | +1 −1 |
| src/backend/utils/adt/ruleutils.c | modified | +18 −19 |
| src/bin/pg_dump/pg_dumpall.c | modified | +2 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +3 −4 |
| src/bin/psql/describe.c | modified | +82 −82 |
| src/test/modules/test_escape/test_escape.c | modified | +3 −3 |
Discussion
- StringInfo fixes, v19 edition. Plus a few oddities 17 messages · 2026-04-12 → 2026-05-04