pgsql: Fix descriptor output in ECPG.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Fix descriptor output in ECPG.
Дата
Msg-id E1W1HOa-0006qR-Iq@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix descriptor output in ECPG.

While working on most platforms the old way sometimes created alignment
problems. This should fix it. Also the regresion tests were updated to test for
the reported case.

Report and fix by MauMau <maumau307@gmail.com>

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/799728b0baa5b9f7c8dd6991808d1ed049e83b76

Modified Files
--------------
src/interfaces/ecpg/preproc/type.c                       |    2 +-
.../ecpg/test/expected/compat_informix-describe.c        |    8 ++++----
src/interfaces/ecpg/test/expected/sql-desc.c             |   14 +++++++-------
src/interfaces/ecpg/test/expected/sql-describe.c         |    8 ++++----
src/interfaces/ecpg/test/expected/sql-dynalloc.c         |    2 +-
src/interfaces/ecpg/test/expected/sql-dynalloc2.c        |    2 +-
src/interfaces/ecpg/test/expected/sql-dyntest.c          |    2 +-
7 files changed, 19 insertions(+), 19 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix descriptor output in ECPG.
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix descriptor output in ECPG.