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

Started by Tom Laneover 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)