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)
commit19478a7091ac1245c1b09cd49c093d4f2378c502
treedaf0d1d6a5778c58402fe1bece4846301344afb7
parent6d4023e8fa69f681842651cfaad91e7703249ac5
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