Skip to content

Commit d9607bf

Browse files
committed
One more ifdef for windows compiler
1 parent a79b46b commit d9607bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rumsort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* backend so it is declared local for this case.
5959
*/
6060
#ifdef TRACE_SORT
61-
#if PG_VERSION_NUM >= 130000 && defined (PGPRO_VERSION)
61+
#if ( !defined (_MSC_VER) || (PG_VERSION_NUM >= 130000 && defined (PGPRO_VERSION)) )
6262
#include "utils/guc.h"
6363
#else
6464
bool trace_sort = false;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy