Let compiler handle size calculation of bool types.

Michael Meskes <meskes@postgresql.org>

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