]> granicus.if.org Git - postgresql/commit
Let compiler handle size calculation of bool types.
authorMichael Meskes <meskes@postgresql.org>
Thu, 17 Sep 2015 13:41:04 +0000 (15:41 +0200)
committerMichael Meskes <meskes@postgresql.org>
Thu, 17 Sep 2015 13:42:46 +0000 (15:42 +0200)
commit293fd7c77e40cdf06b7a9eb6db95379be8869b04
tree0d03ccbc61319c8993b2667bf18852571d8e094b
parent22f519c92a45eb017bf2e65f36506a75309f8094
Let compiler handle size calculation of bool types.

Back in the day this did not work, but modern compilers should handle it themselves.
src/interfaces/ecpg/ecpglib/data.c
src/interfaces/ecpg/ecpglib/execute.c