Re: Varlena and binary
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Radosław Smogura <mail@smogura.eu>
Cc: PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-07T16:12:07Z
Lists: pgsql-hackers
=?utf-8?q?Rados=C5=82aw_Smogura?= <mail@smogura.eu> writes: > I'm sending small patch for textsend. It reduces unnecessary copies, and > memory usage for duplication of varlena data. May you look? This code will break the day that text and bytea don't have the same internal representation, which seems likely to be soon. Barring some compelling evidence of a major performance improvement obtainable this way, I don't think we want this patch. regards, tom lane