Let compiler handle size calculation of bool types.

Michael Meskes <meskes@postgresql.org>

Commit: f38070d630149a98984a7145093e08706ad99828
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-09-19T09:13:13Z
Releases: 9.4.5
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