Let compiler handle size calculation of bool types.

Michael Meskes <meskes@postgresql.org>

Commit: 44297a058ea05cd78b33612ce303f3caec11e3ab
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-09-19T09:14:11Z
Releases: 9.0.23
Let compiler handle size calculation of bool types.

Back in the day this did not work, but modern compilers should handle it themselves.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/data.c modified +2 −16
src/interfaces/ecpg/ecpglib/execute.c modified +2 −11