Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 483fa35176cbc35d871eee98e3e8de41c4668f69
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-01-26T17:09:28Z
Releases: 7.3.9
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.

Files

PathChange+/−
src/pl/plperl/plperl.c modified +27 −46