On Thu, Jul 2, 2015 at 6:08 AM, David Rowley <[email protected]> wrote: >> I left out the changes like >> >>> - appendStringInfoString(&collist, buf.data); >>> + appendBinaryStringInfo(&collist, buf.data, buf.len); >> >> >> because they're not an improvement in readablity, IMHO, and they were not >> in performance-critical paths. > > Perhaps we can come up with appendStringInfoStringInfo at some later date.
concatenateStringInfo? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
