Fix mixup of bool and ternary value

Peter Eisentraut <peter_e@gmx.net>

Commit: e6c9a5a9bcc9774e6a29cf9cea489b42f492e019
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-04-06T17:09:42Z
Releases: 10.0
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

PathChange+/−
src/backend/access/gin/ginscan.c modified +1 −1
src/include/access/gin_private.h modified +1 −1