]> granicus.if.org Git - postgresql/commit
Permit use of vsprintf() in PostgreSQL code.
authorNoah Misch <noah@leadboat.com>
Mon, 18 May 2015 14:02:31 +0000 (10:02 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 18 May 2015 14:02:31 +0000 (10:02 -0400)
commitcac18a76bb6b08f1ecc2a85e46c9d2ab82dd9d23
tree604d66a22a7a01e6d94c79174c9369dd01fa6c6d
parentb0ce385032d72d6acf1e330f733013553fe6affe
Permit use of vsprintf() in PostgreSQL code.

The next commit needs it.  Back-patch to 9.0 (all supported versions).
src/include/port.h
src/port/snprintf.c