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

Commitdc52c06

Browse files
committed
Fix TRACE_START redefinition in PG10 -
1 parent7197b83 commitdc52c06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/disable_core_macro.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,17 @@
1616
#undef TRACE_POSTGRESQL_SORT_START
1717
#undef TRACE_POSTGRESQL_SORT_DONE
1818

19+
#ifPG_VERSION_NUM >=110000
1920
#defineTRACE_POSTGRESQL_SORT_START(arg1,arg2,arg3,arg4,arg5,arg6) \
21+
#else
22+
#defineTRACE_POSTGRESQL_SORT_START(arg1,arg2,arg3,arg4,arg5) \
23+
#endif
2024
do {}while(0)
25+
26+
2127
#defineTRACE_POSTGRESQL_SORT_DONE(arg1,arg2) \
2228
do {} while(0)
2329

30+
31+
2432
#endif/* __DISABLE_CORE_MACRO_H__ */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp