diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2012-01-05 12:03:44 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2012-01-05 12:03:44 -0500 |
commit | d496384d6771c276a0253758418e7933b6f31167 (patch) | |
tree | 351ced54fa55674edbf72d0965d2cf0b959d5e28 /src/include/postgres_ext.h | |
parent | 658ee0108637683216fb093b9f2c7e23bfd150c5 (diff) | |
download | postgresql-d496384d6771c276a0253758418e7933b6f31167.tar.gz postgresql-d496384d6771c276a0253758418e7933b6f31167.zip |
Work around perl bug in SvPVutf8().
Certain things like typeglobs or readonly things like $^V cause
perl's SvPVutf8() to die nastily and crash the backend. To avoid
that bug we make a copy of the object, which will subsequently be
garbage collected.
Back patched to 9.1 where we first started using SvPVutf8().
Per -hackers discussion. Original problem reported by David Wheeler.
Diffstat (limited to 'src/include/postgres_ext.h')
0 files changed, 0 insertions, 0 deletions