pg_rman icon indicating copy to clipboard operation
pg_rman copied to clipboard

Clean up the code using "(expr) ? true : false"

Open yang-rong-0814 opened this issue 4 years ago • 0 comments

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.

yang-rong-0814 avatar Nov 22 '21 09:11 yang-rong-0814