Permit use of vsprintf() in PostgreSQL code.
Noah Misch <noah@leadboat.com>
Permit use of vsprintf() in PostgreSQL code. The next commit needs it. Back-patch to 9.0 (all supported versions).
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port.h | modified | +6 −0 |
| src/port/snprintf.c | modified | +2 −1 |