Re: patch: very simply optimalization of string_agg

Lists: pgsql-hackers
From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: patch: very simply optimalization of string_agg
Date: 2011-12-21 10:12:33
Message-ID: CAFj8pRC1CZ-_0zY8J0Z4AQDn2UZPgRhsoEd+gY+fBOdRMmHj-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello

This remove a not necessary string to text overhead

Regards

Pavel Stehule

Attachment Content-Type Size
string_agg_optim.diff text/x-patch 591 bytes

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: very simply optimalization of string_agg
Date: 2011-12-21 13:54:23
Message-ID: CA+TgmobS0eRxU0win==otXJZnkO_GHUgTtayis3NLpey=ft8NQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Wed, Dec 21, 2011 at 5:12 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
> This remove a not necessary string to text overhead

Committed, thanks.

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