pgsql: Fix missing undefine in sort_template.h

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing undefine in sort_template.h
Date: 2022-01-31 20:15:01
Message-ID: E1nEd4n-0005vn-2v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0526f2f4c38cb50d3e2a6e0aa5d51354158df6e3

Modified Files
--------------
src/include/lib/sort_template.h | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-01-31 20:31:25 Re: pgsql: plperl: windows: Use Perl_setlocale on 5.28+, fixing compile fai
Previous Message Tom Lane 2022-01-31 20:08:30 Re: pgsql: plperl: windows: Use Perl_setlocale on 5.28+, fixing compile fai