]> 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:02 +0000 (11:14 +0200)
commita369ef9136885ac2c3eb46439587e1c44a5d302b
tree05cff3f9f07570a93bba7b17a85af9fa27d9fdb6
parent28c396134e0640e21610a984b89393825753b30d
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