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 <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/e6c9a5a9bcc9774e6a29cf9cea489b42f492e019 Modified Files -------------- src/backend/access/gin/ginscan.c | 2 +- src/include/access/gin_private.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
