]> 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:37 +0000 (10:02 -0400)
commit1e6652aea503b16ea99662832d07241bf47f21f3
treef08dcf1d647d38200bbbf1aee4516c0eae50f655
parent439ff9b6b9de435e1c92d05221cfbcb7ff80e150
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