postgresql/contrib/sepgsql
Michael Paquier fd0625c7a9 Clean up some code using "(expr) ? true : false"
All the code paths simplified here were already using a boolean or used
an expression that led to zero or one, making the extra bits
unnecessary.

Author: Justin Pryzby
Reviewed-by: Tom Lane, Michael Paquier, Peter Smith
Discussion: https://postgr.es/m/20210428182936.GE27406@telsasoft.com
2021-09-08 09:44:04 +09:00
..
expected
sql
.gitignore
database.c
dml.c
hooks.c
label.c
launcher
Makefile
proc.c
relation.c
schema.c
selinux.c Clean up some code using "(expr) ? true : false" 2021-09-08 09:44:04 +09:00
sepgsql-regtest.te
sepgsql.h
sepgsql.sql.in
test_sepgsql
uavc.c