Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Nov 2007 01:48:08 +0000 (01:48 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Nov 2007 01:48:08 +0000 (01:48 +0000)
commitd289da2c1691ce1e8b6ca1320e2c460e84cb64d8
tree6cdcdce21b584491575c2ab1b6aadc1cce839e73
parent0e7d9e5c50d9569c31b45f4d00affc1131b70b95
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.
src/pl/plpython/plpython.c