]> granicus.if.org Git - postgresql/commit
Make Win32 build use our port/snprintf.c routines, instead of depending
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Dec 2005 02:29:27 +0000 (02:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Dec 2005 02:29:27 +0000 (02:29 +0000)
commitf244c488fb7312933c24cae816bc4ce470d27840
treedce1202b5d5f089a95b5e2418719b5aaad4a9828
parentdc68b9ec305fdf831b98a1d80b09753939fa4c59
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.
configure
configure.in
src/include/c.h
src/include/pg_config.h.in
src/include/pg_config.h.win32
src/include/port.h
src/interfaces/ecpg/ecpglib/Makefile
src/interfaces/libpq/win32.h