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 20050126170928.E7EBD3A5C8F@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_3_STABLE

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.35 -> r1.35.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.35&r2=1.35.2.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid unnecessary dependence on u_int16_t, per buildfarm failure.