pgsql: Fix contrib/hstore_plperl to look through scalar refs.

2018-06-18 Thread Tom Lane
Fix contrib/hstore_plperl to look through scalar refs. Bring this transform function into sync with the policy established by commit 3a382983d. Also, fix it to make sure that what it drills down to is indeed a hash, and not some other kind of Perl SV. Previously, the test cases added here provok

pgsql: Fix contrib/hstore_plperl to look through scalar refs.

2018-06-18 Thread Tom Lane
Fix contrib/hstore_plperl to look through scalar refs. Bring this transform function into sync with the policy established by commit 3a382983d. Also, fix it to make sure that what it drills down to is indeed a hash, and not some other kind of Perl SV. Previously, the test cases added here provok

pgsql: Fix contrib/hstore_plperl to look through scalar refs.

2018-06-18 Thread Tom Lane
Fix contrib/hstore_plperl to look through scalar refs. Bring this transform function into sync with the policy established by commit 3a382983d. Also, fix it to make sure that what it drills down to is indeed a hash, and not some other kind of Perl SV. Previously, the test cases added here provok

pgsql: Fix contrib/hstore_plperl to look through scalar refs.

2018-06-18 Thread Tom Lane
Fix contrib/hstore_plperl to look through scalar refs. Bring this transform function into sync with the policy established by commit 3a382983d. Also, fix it to make sure that what it drills down to is indeed a hash, and not some other kind of Perl SV. Previously, the test cases added here provok