Make Win32 build use our port/snprintf.c routines, instead of depending
Tom Lane <tgl@sss.pgh.pa.us>
Make Win32 build use our port/snprintf.c routines, instead of depending on libintl which may or may not provide what we need. Make a few marginal cleanups to ensure this works. Andrew Dunstan and Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +9 −10 |
| configure.in | modified | +12 −13 |
| src/include/c.h | modified | +3 −4 |
| src/include/pg_config.h.in | modified | +1 −1 |
| src/include/pg_config.h.win32 | modified | +0 −4 |
| src/include/port.h | modified | +25 −3 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +7 −9 |
| src/interfaces/libpq/win32.h | modified | +0 −3 |