mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Fix missing undefine in sort_template.h
All parameter macros are supposed to be undefined at the end of the header. ST_CHECK_FOR_INTERRUPTS was forgotten, so could affect later inclusions. Thomas Munro The patch set of which this is a part is discussed in https://www.postgresql.org/message-id/CA%2BhUKGLPommgNw-SVwUGkw1YmTDwmJ5vSKO0kFnZfbRHtNFW5w%40mail.gmail.com
This commit is contained in:
parent
b426bd48ee
commit
0526f2f4c3
@ -407,6 +407,7 @@ loop:
|
||||
#undef DO_SORT
|
||||
#undef DO_SWAP
|
||||
#undef DO_SWAPN
|
||||
#undef ST_CHECK_FOR_INTERRUPTS
|
||||
#undef ST_COMPARATOR_TYPE_NAME
|
||||
#undef ST_COMPARE
|
||||
#undef ST_COMPARE_ARG_TYPE
|
||||
|
Loading…
Reference in New Issue
Block a user