mirror of
https://github.com/postgres/postgres.git
synced 2026-05-17 06:07:56 -04:00
fd0625c7a9
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