Improve various new-to-v18 appendStringInfo calls
authorDavid Rowley
Thu, 10 Apr 2025 22:07:22 +0000 (10:07 +1200)
committerDavid Rowley
Thu, 10 Apr 2025 22:07:22 +0000 (10:07 +1200)
commit928394b664bc4afef2fe6dc69a70e4074886e065
tree820653f798f03379ef7f14108ddbabc5219a45ba
parent55ef7abf88c07e9f716846e645e1628c667c54a7
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  Discussion: https://postgr.es/m/CAApHDvqJnNjueb=Eoj8K+8n0g7nj_AcPWSiCj5RNV4fDejAfqA@mail.gmail.com
contrib/dblink/dblink.c
contrib/pg_overexplain/pg_overexplain.c
src/backend/commands/explain.c
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/logical/conflict.c
src/backend/replication/logical/relation.c
src/backend/replication/logical/tablesync.c
src/backend/utils/adt/ri_triggers.c
src/bin/pg_dump/pg_restore.c