pgsql: Permit use of vsprintf() in PostgreSQL code. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Permit use of vsprintf() in PostgreSQL code.
Date
Msg-id E1YuLeE-000666-R4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Permit use of vsprintf() in PostgreSQL code.

The next commit needs it.  Back-patch to 9.0 (all supported versions).

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d5abbd11479d1bc2e1439d3764251f9cb3b60755

Modified Files
--------------
src/include/port.h  |    6 ++++++
src/port/snprintf.c |    3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates
Next
From: Noah Misch
Date:
Subject: pgsql: Permit use of vsprintf() in PostgreSQL code.