pgsql: Improve efficiency of recent changes to plperl's sv2cstr().

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve efficiency of recent changes to plperl's sv2cstr().
Date: 2012-01-15 21:21:20
Message-ID: E1RmXVw-0002HJ-PM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve efficiency of recent changes to plperl's sv2cstr().

Along the way, add a missing dependency in the GNUmakefile.

Alex Hunsaker, with a slight adjustment by me.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ef007e67022bf7f2367aa10fd226d6fb86b6fb9c

Modified Files
--------------
src/pl/plperl/GNUmakefile | 4 ++--
src/pl/plperl/expected/plperl_elog.out | 4 ++++
src/pl/plperl/plperl_helpers.h | 21 ++++++++++++++-------
src/pl/plperl/sql/plperl_elog.sql | 3 +++
4 files changed, 23 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-01-15 21:21:44 pgsql: Improve efficiency of recent changes to plperl's sv2cstr().
Previous Message Heikki Linnakangas 2012-01-15 20:10:49 pgsql: Fix poll() implementation of WaitLatchOrSocket to notice postmas