Fix minor C type confusion

Peter Eisentraut <peter@eisentraut.org>

Commit: 113ecf1f8c8c783d4c5ffb4ff934fcb441b3bc2a
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2025-04-01T13:28:22Z
Releases: 18.0
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.

Files

PathChange+/−
src/backend/utils/sort/tuplesortvariants.c modified +1 −1