Re: patch: bytea_agg

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: bytea_agg
Date: 2011-12-23 13:42:51
Message-ID: CA+TgmoYZwEUngukZRL8dyCimwzHOiQP_cn7TQGeisNF_dvZR5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Dec 22, 2011 at 11:49 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Wed, Dec 21, 2011 at 5:04 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>> this patch adds a bytea_agg aggregation.
>>
>> It allow fast bytea concatetation.
>
> Looks fine to me.  I'll commit this, barring objections.

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-12-23 13:57:12 Re: WIP: explain analyze with 'rows' but not timing
Previous Message Robert Haas 2011-12-23 13:24:18 Re: [v9.2] Fix Leaky View Problem