]> granicus.if.org Git - postgresql/commit
Add defenses against plpython functions being declared to take or return
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Sep 2004 23:38:21 +0000 (23:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 19 Sep 2004 23:38:21 +0000 (23:38 +0000)
commitfa8eb8a726b2e77821c8107b23e6b46c605956da
tree97706ffa5bac9c83b60408cec3440fc74f9d19eb
parent84c7cef5eb0f0d08d40dbfcf396d4c830c1f1030
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.
src/pl/plpython/plpython.c