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

Commit5bd255b

Browse files
committed
fix gcc-7.5.0 preprocessor error: '#' is not followed by a macro parameter
1 parentf03f93d commit5bd255b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/disable_core_macro.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818

1919
#ifPG_VERSION_NUM >=110000
2020
#defineTRACE_POSTGRESQL_SORT_START(arg1,arg2,arg3,arg4,arg5,arg6) \
21+
do {} while(0)
2122
#else
2223
#defineTRACE_POSTGRESQL_SORT_START(arg1,arg2,arg3,arg4,arg5) \
23-
#endif
2424
do {} while(0)
25+
#endif
2526

2627

2728
#defineTRACE_POSTGRESQL_SORT_DONE(arg1,arg2) \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp