postgresql/src/pl
Tom Lane 66f503868b Make plpython cope with funny characters in function names.
A function name that's double-quoted in SQL can contain almost any
characters, but we were using that name directly as part of the name
generated for the Python-level function, and Python doesn't like
anything that isn't pretty much a standard identifier.  To fix,
replace anything that isn't an ASCII letter or digit with an underscore
in the generated name.  This doesn't create any risk of duplicate Python
function names because we were already appending the function OID to
the generated name to ensure uniqueness.  Per bug #13960 from Jim Nasby.

Patch by Jim Nasby, modified a bit by me.  Back-patch to all
supported branches.
2016-02-16 21:08:15 -05:00
..
plperl Update copyright for 2016 2016-01-02 13:33:40 -05:00
plpgsql Update copyright for 2016 2016-01-02 13:33:40 -05:00
plpython Make plpython cope with funny characters in function names. 2016-02-16 21:08:15 -05:00
tcl Don't use "#" as an abbreviation for "number" in PL/Tcl error messages. 2015-09-16 12:08:57 -04:00
Makefile Make distprep and *clean build targets recurse into all subdirectories. 2011-07-03 13:55:12 -04:00