Обсуждение: [COMMITTERS] pgsql: Fix mixup of bool and ternary value

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Fix mixup of bool and ternary value

От
Peter Eisentraut
Дата:
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>

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