pgsql: Fix mixup of bool and ternary value

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix mixup of bool and ternary value
Date: 2017-04-06 17:14:04
Message-ID: E1cwAyy-0005hc-0m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)anarazel(dot)de>

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-06 17:22:01 pgsql: Clean up psql/describe.c's messy query for extended stats.
Previous Message Peter Eisentraut 2017-04-06 16:30:21 pgsql: doc: Formatting fix for XSL-FO PDF build