From: | David Rowley <drowley(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Improve various new-to-v18 appendStringInfo calls |
Date: | 2025-04-10 22:08:15 |
Message-ID: | E1u304F-003emH-1E@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(at)gmail(dot)com
Discussion: https://postgr.es/m/CAApHDvqJnNjueb=Eoj8K+8n0g7nj_AcPWSiCj5RNV4fDejAfqA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/928394b664bc4afef2fe6dc69a70e4074886e065
Modified Files
--------------
contrib/dblink/dblink.c | 2 +-
contrib/pg_overexplain/pg_overexplain.c | 18 +++++++++---------
src/backend/commands/explain.c | 4 ++--
.../replication/libpqwalreceiver/libpqwalreceiver.c | 2 +-
src/backend/replication/logical/conflict.c | 6 +++---
src/backend/replication/logical/relation.c | 2 +-
src/backend/replication/logical/tablesync.c | 12 ++++++------
src/backend/utils/adt/ri_triggers.c | 12 ++++++------
src/bin/pg_dump/pg_restore.c | 2 +-
9 files changed, 30 insertions(+), 30 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2025-04-10 23:08:16 | pgsql: Fix fat fingering in 22cb6d28950 |
Previous Message | Daniel Gustafsson | 2025-04-10 21:03:18 | pgsql: Rename global variable backing DSA area |