]> git.ipfire.org Git - thirdparty/postgresql.git/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)
commitb544dcdad219cbd14837b149f63e3703952c992f
treefe66f9589df05231dfcb50179580016f4434b3df
parent6675ab595ade396c43ff6c0ee7c99ccb5f0bc6f4
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