Обсуждение: pgsql: Let compiler handle size calculation of bool types.

Поиск
Список
Период
Сортировка

pgsql: Let compiler handle size calculation of bool types.

От
Michael Meskes
Дата:
Let compiler handle size calculation of bool types.

Back in the day this did not work, but modern compilers should handle it themselves.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a369ef9136885ac2c3eb46439587e1c44a5d302b

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c    |   18 ++----------------
src/interfaces/ecpg/ecpglib/execute.c |   13 ++-----------
2 files changed, 4 insertions(+), 27 deletions(-)