]> 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:12 +0000 (01:47 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 23 Nov 2007 01:47:12 +0000 (01:47 +0000)
commit4bf3801d595eb2f8fefd0225855dcc9ea06f161b
tree715b16cb0cef16151f7cdd10fdc5c02c9f4a0b00
parentd4becb639d6f86eadee0e7a435b49ac1f8335b45
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