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

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

Commit: 558c9270c4b25121342e192aca96185140ed164f
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-11-23T01:46:34Z
Releases: 8.3.0
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