]> 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:44 +0000 (11:13 +0200)
commitafca291cc258597098fd01c899a4da49d3896562
treefac251c99230bb067cce3bcb01429bec1ae2a3f7
parentdc4e8c10169e094f4241efa586459a812bdfd393
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