]> 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:14:11 +0000 (11:14 +0200)
commit44297a058ea05cd78b33612ce303f3caec11e3ab
tree6c9e703424d28ee1742f36b0ec7cad3a88ef1769
parentba9eb293fa6466e5dd8dbcf1e51f8126d9d02bb0
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