Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd9607bf

Browse files
committed
One more ifdef for windows compiler
1 parenta79b46b commitd9607bf

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
#ifdefTRACE_SORT
61-
#ifPG_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
booltrace_sort= false;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp