Let compiler handle size calculation of bool types.

Michael Meskes <meskes@postgresql.org>

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