]> granicus.if.org Git - postgresql/commit
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 1 Sep 2011 06:13:37 +0000 (09:13 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 1 Sep 2011 06:18:16 +0000 (09:18 +0300)
commit116b67f3add43b750c73e30727a58922080067bf
tree15d6c881b36657926a6cd44a94b56c8a39ce8ab9
parentf759ef139ea3d1b2c74c8b6275ca959d7320f4a6
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
ifdef block. It has nothing to do with whether the replacement snprintf
function is used. It caused no live bug, because the replacement snprintf
function is always used on Win32, but it was nevertheless misplaced.
src/include/port.h