pgsql: Shave a few cycles in string_agg().

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Shave a few cycles in string_agg().
Date: 2011-12-21 13:54:11
Message-ID: E1RdMcV-0004yn-Ol@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Shave a few cycles in string_agg().

Pavel Stehule

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7f0e4bb82e408090c0366c63a9ff4c0f7c4b0a8e

Modified Files
--------------
src/backend/utils/adt/varlena.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-12-21 14:14:25 pgsql: sepgsql: Check CREATE permissions for some object types.
Previous Message Tom Lane 2011-12-21 00:57:55 pgsql: Fix gincostestimate to handle ScalarArrayOpExpr reasonably.