Permit use of vsprintf() in PostgreSQL code.

Noah Misch <noah@leadboat.com>

Commit: f7c4fe7d95a3f323df3b0dc3bffff5fa9d708a0c
Author: Noah Misch <noah@leadboat.com>
Date: 2015-05-18T14:02:35Z
Releases: 9.4.2
Permit use of vsprintf() in PostgreSQL code.

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

Files

PathChange+/−
src/include/port.h modified +6 −0
src/port/snprintf.c modified +2 −1