]> granicus.if.org Git - postgresql/commit
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:46:34 +0000 (01:46 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Nov 2007 01:46:34 +0000 (01:46 +0000)
commit558c9270c4b25121342e192aca96185140ed164f
treea086a5c919aeb16626d88cb80dfd80bc1be8ca7d
parentd8e8a495da76edebbf0377f8028b3b1311c4caf5
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