]> granicus.if.org Git - postgresql/commit
Fix mixup of bool and ternary value
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 30 Aug 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 6 Apr 2017 17:09:42 +0000 (13:09 -0400)
commite6c9a5a9bcc9774e6a29cf9cea489b42f492e019
treee6925b73a00c2f658ccc26c3fad2f510ac606372
parenta071fe87a21920e5c2e79d521d31b2ddaf83875b
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>
src/backend/access/gin/ginscan.c
src/include/access/gin_private.h