]> 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:35 +0000 (10:02 -0400)
commitf7c4fe7d95a3f323df3b0dc3bffff5fa9d708a0c
tree19ba0a69c34a50b1838240828d3703573da08f4b
parent7a0d48ac7f5ad660414f1b0b6a36cb2b2b7a3667
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