Thread: pgsql: Permit use of vsprintf() in PostgreSQL code.

pgsql: Permit use of vsprintf() in PostgreSQL code.

From
Noah Misch
Date:
Permit use of vsprintf() in PostgreSQL code.

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

Branch
------
REL9_4_STABLE

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

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