Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 5a0270a403e6192dcb195e80f6559516e7d9449f
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-11-23T01:46:58Z
Releases: 8.2.6
Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead
relying on stringinfo.c.  This fixes a problem reported by Marko Kreen, but I
didn't use his patch, per subsequent discussion.

Files

PathChange+/−
src/pl/plpython/plpython.c modified +26 −73