Fix mixup of bool and ternary value
Peter Eisentraut <peter_e@gmx.net>
Fix mixup of bool and ternary value Not currently a problem, but could be with stricter bool behavior under stdbool or C++. Reviewed-by: Andres Freund <andres@anarazel.de>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginscan.c | modified | +1 −1 |
| src/include/access/gin_private.h | modified | +1 −1 |