Improve various new-to-v18 appendStringInfo calls
David Rowley <drowley@postgresql.org>
Improve various new-to-v18 appendStringInfo calls Similar to 8461424fd, here we adjust a few new locations which were not using the most suitable appendStringInfo* function for the intended purpose. Author: David Rowley <drowleyml@gmail.com Discussion: https://postgr.es/m/CAApHDvqJnNjueb=Eoj8K+8n0g7nj_AcPWSiCj5RNV4fDejAfqA@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| contrib/dblink/dblink.c | modified | +1 −1 |
| contrib/pg_overexplain/pg_overexplain.c | modified | +9 −9 |
| src/backend/commands/explain.c | modified | +2 −2 |
| src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | modified | +1 −1 |
| src/backend/replication/logical/conflict.c | modified | +3 −3 |
| src/backend/replication/logical/relation.c | modified | +1 −1 |
| src/backend/replication/logical/tablesync.c | modified | +6 −6 |
| src/backend/utils/adt/ri_triggers.c | modified | +6 −6 |
| src/bin/pg_dump/pg_restore.c | modified | +1 −1 |
Discussion
- Improve a few appendStringInfo calls new to v18 8 messages · 2025-04-10 → 2025-04-11