pgsql: Fix minor C type confusion

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix minor C type confusion
Date: 2025-04-01 13:30:27
Message-ID: E1tzbhD-00275Q-0C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix minor C type confusion

Returning false instead of NULL gets a compiler error under gcc-14
-std=gnu23, and it appears to have been unintentional. Fix for commit
8492feb98f6.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/113ecf1f8c8c783d4c5ffb4ff934fcb441b3bc2a

Modified Files
--------------
src/backend/utils/sort/tuplesortvariants.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-04-01 13:30:48 Re: pgsql: Allow parallel CREATE INDEX for GIN indexes
Previous Message Daniel Gustafsson 2025-04-01 13:11:51 Re: pgsql: Add support for OAUTHBEARER SASL mechanism