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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Permit use of vsprintf() in PostgreSQL code.
Date: 2015-05-18 14:04:02
Message-ID: E1YuLeE-00066t-Vz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Permit use of vsprintf() in PostgreSQL code.

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

Branch
------
REL9_1_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2015-05-18 14:04:03 pgsql: Permit use of vsprintf() in PostgreSQL code.
Previous Message Peter Eisentraut 2015-05-18 12:59:12 pgsql: Translation updates