Add configure test to see whether vsnprintf() is present,
Tom Lane <tgl@sss.pgh.pa.us>
Add configure test to see whether vsnprintf() is present, separately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/snprintf.c | modified | +2 −2 |
| src/configure | modified | +153 −101 |
| src/configure.in | modified | +5 −0 |
| src/include/c.h | modified | +19 −2 |
| src/include/config.h.in | modified | +3 −0 |
| src/include/port/hpux.h | modified | +8 −0 |