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 E1YuLeF-00067X-1v@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_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/19f7adc0137fdd1fb20f1e59d4ced1ac19b67ecf

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: Noah Misch
Date:
Subject: pgsql: Permit use of vsprintf() in PostgreSQL code.
Next
From: Noah Misch
Date:
Subject: pgsql: Permit use of vsprintf() in PostgreSQL code.