Let compiler handle size calculation of bool types.

Michael Meskes <meskes@postgresql.org>

Commit: 293fd7c77e40cdf06b7a9eb6db95379be8869b04
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-09-17T13:42:46Z
Releases: 9.6.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