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

Commitfc3b03b

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎src/disable_core_macro.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@
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) \
2021
do {} while(0)
22+
#else
23+
#defineTRACE_POSTGRESQL_SORT_START(arg1,arg2,arg3,arg4,arg5) \
24+
do {} while(0)
25+
#endif
26+
27+
2128
#defineTRACE_POSTGRESQL_SORT_DONE(arg1,arg2) \
2229
do {} while(0)
2330

31+
32+
2433
#endif/* __DISABLE_CORE_MACRO_H__ */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp