pg_rman
pg_rman copied to clipboard
Clean up the code using "(expr) ? true : false"
The commit fd0625c7a9 of PG had improved code where were already using a boolean or used an expression that led to zero or one, making the extra bits unnecessary. This patch fixed the same problem in pg_rman.