]> 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:47:25 +0000 (01:47 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Nov 2007 01:47:25 +0000 (01:47 +0000)
commitaf6496ef5a02d2f68805cfd14be53bba4c00a20e
tree2fee0f39b94d21a7ac8b8ecc0ff4a81194ac4506
parent2f5a7506c6d6813e2a5c98d13adc4d3edd305ee4
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