Let compiler handle size calculation of bool types.

Michael Meskes <meskes@postgresql.org>

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