]> 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>
Sat, 19 Sep 2015 09:13:13 +0000 (11:13 +0200)
commitf38070d630149a98984a7145093e08706ad99828
tree9f59d49414597e0b9f79a79c150a8079eab2f79f
parentf7d896ab919af6ef74117c6121443721902beba3
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