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

Commit0526f2f

Browse files
committed
Fix missing undefine in sort_template.h
All parameter macros are supposed to be undefined at the end of theheader. ST_CHECK_FOR_INTERRUPTS was forgotten, so could affect laterinclusions.Thomas MunroThe patch set of which this is a part is discussed inhttps://www.postgresql.org/message-id/CA%2BhUKGLPommgNw-SVwUGkw1YmTDwmJ5vSKO0kFnZfbRHtNFW5w%40mail.gmail.com
1 parentb426bd4 commit0526f2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/include/lib/sort_template.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ ST_SORT(ST_ELEMENT_TYPE * data, size_t n
407407
#undef DO_SORT
408408
#undef DO_SWAP
409409
#undef DO_SWAPN
410+
#undef ST_CHECK_FOR_INTERRUPTS
410411
#undef ST_COMPARATOR_TYPE_NAME
411412
#undef ST_COMPARE
412413
#undef ST_COMPARE_ARG_TYPE

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp