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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior
Date: 2005-01-26 17:09:21
Message-ID: 20050126170921.DDD0B3A5C70@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-01-26 17:09:28 pgsql: Back-patch 8.0 version of plperl_hash_from_tuple() into prior
Previous Message Neil Conway 2005-01-26 08:25:47 pgsql: Mark the text_soundex() function as "strict", to avoid crashing