pgsql: Fix buggy usage of vsnprintf in PL/Python by removing it

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix buggy usage of vsnprintf in PL/Python by removing it
Date: 2007-11-23 01:46:34
Message-ID: 20071123014634.C1FC87540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.104 -> r1.105)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.104&r2=1.105)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-11-23 01:46:58 pgsql: Fix buggy usage of vsnprintf in PL/Python by removing it
Previous Message Tatsuo Ishii 2007-11-23 00:42:56 pgsql: Fix "Page Layout" table.