]> 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:54 +0000 (09:18 +0300)
commitc42438364c940bb29ce2d0b2daf5c0a3f3a7b5a0
tree45bd6ed88c18da015a5f2edae26fb3ae7b1ae214
parentf81da5997eaeebb481fb9d5d0c36bfc943bc3159
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