Fix minor C type confusion
Peter Eisentraut <peter@eisentraut.org>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/sort/tuplesortvariants.c | modified | +1 −1 |