]> 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:36 +0000 (10:02 -0400)
commitd5abbd11479d1bc2e1439d3764251f9cb3b60755
tree7dde07f7dbabd3df385f4bde0e4524dddc713b68
parentf4c12b415f1ed07e681bab58f7d6520025edfe83
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