Fix missing undefine in sort_template.h

John Naylor <john.naylor@postgresql.org>

Commit: 0526f2f4c38cb50d3e2a6e0aa5d51354158df6e3
Author: John Naylor <john.naylor@postgresql.org>
Date: 2022-01-31T20:10:01Z
Releases: 15.0
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

Files

PathChange+/−
src/include/lib/sort_template.h modified +1 −0