]> 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:38 +0000 (10:02 -0400)
commit19f7adc0137fdd1fb20f1e59d4ced1ac19b67ecf
tree1e9ca378ca4e9eb1167ad7f94f363a3fda11e0a5
parent648e41a6e480dae85a5aa0c90e36487c7f09a229
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