]> 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:00 +0000 (11:13 +0200)
commitb46f5ebd9c8f6ec37e27c56749266fc2e362902b
treea88810cf43973c62f0f8ab2f084b36affb0ed916
parent866a034c3f9f2b6c3ef23df0f1d9e2e4b7533a3a
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