pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior
Date
Msg-id 20050126170921.DDD0B3A5C70@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases
to fix failure to cope with quote marks in field values; not to mention
that it is shorter and faster.  Per report from Charles Haron.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.40 -> r1.40.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.40&r2=1.40.2.1)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Mark the text_soundex() function as "strict", to avoid crashing
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior