Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Fix buggy usage of vsnprintf in PL/Python by removing it - Mailing list pgsql-committers

From [email protected] (Alvaro Herrera)
Subject pgsql: Fix buggy usage of vsnprintf in PL/Python by removing it
Date
Msg-id [email protected]
Whole thread Raw
List 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.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.41.2.3 -> r1.41.2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.41.2.3&r2=1.41.2.4)

pgsql-committers by date:

Previous
From: [email protected] (Alvaro Herrera)
Date:
Subject: pgsql: Fix buggy usage of vsnprintf in PL/Python by removing it
Next
From: [email protected] (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: sync docs with HEAD