We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79b46b commit d9607bfCopy full SHA for d9607bf
src/rumsort.c
@@ -58,7 +58,7 @@
58
* backend so it is declared local for this case.
59
*/
60
#ifdef TRACE_SORT
61
-#if PG_VERSION_NUM >= 130000 && defined (PGPRO_VERSION)
+#if ( !defined (_MSC_VER) || (PG_VERSION_NUM >= 130000 && defined (PGPRO_VERSION)) )
62
#include "utils/guc.h"
63
#else
64
bool trace_sort = false;
0 commit comments