Add defenses against plpython functions being declared to take or return

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

Commit: fa8eb8a726b2e77821c8107b23e6b46c605956da
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-09-19T23:38:21Z
Releases: 8.0.0
Add defenses against plpython functions being declared to take or return
pseudotypes.  Not sure why I neglected to add these checks at the same
time I added them to the other PLs, but it seems I did.

Files

PathChange+/−
src/pl/plpython/plpython.c modified +27 −7