Fixup some misusage of appendStringInfo and friends

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fixup some misusage of appendStringInfo and friends
Date: 2017-04-19 03:43:14
Message-ID: CAKJS1f9APLTZRomOSndx_nFcFNfUxncz=p2_-1wr0hrzT4ELKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The attached cleans up a few small misusages of appendStringInfo and
related functions.

Some similar work was done in,

f92d6a540ac443f85f0929b284edff67da14687a
d02f16470f117db3038dbfd87662d5f0eb5a2a9b
cacbdd78106526d7c4f11f90b538f96ba8696fb0

so the majority of these should all be new misuseages.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
appendStringInfo_fixes.patch application/octet-stream 15.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-04-19 04:32:48 Re: Should pg_current_wal_location() become pg_current_wal_lsn()
Previous Message Tom Lane 2017-04-19 03:39:41 Re: Inadequate parallel-safety check for SubPlans