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

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

Commit: d289da2c1691ce1e8b6ca1320e2c460e84cb64d8
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-11-23T01:48:08Z
Releases: 7.4.19
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 +27 −73