pgsql: Several fixes to array handling in ecpg.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Several fixes to array handling in ecpg.
Дата
Msg-id E1WXojo-0006ek-Kr@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Several fixes to array handling in ecpg.  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-committers
Several fixes to array handling in ecpg.

Patches by Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/preproc/type.c                 |   17 +-
src/interfaces/ecpg/test/ecpg_schedule             |    1 +
.../ecpg/test/expected/preproc-array_of_struct.c   |    8 +-
.../ecpg/test/expected/preproc-outofscope.c        |   40 +--
.../ecpg/test/expected/preproc-pointer_to_struct.c |  293 ++++++++++++++++++++
.../test/expected/preproc-pointer_to_struct.stderr |   86 ++++++
.../test/expected/preproc-pointer_to_struct.stdout |   25 ++
src/interfaces/ecpg/test/expected/preproc-type.c   |    6 +-
.../ecpg/test/expected/preproc-variable.c          |   12 +-
src/interfaces/ecpg/test/preproc/Makefile          |    6 +-
.../ecpg/test/preproc/pointer_to_struct.pgc        |  100 +++++++
11 files changed, 556 insertions(+), 38 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix silly oversight in patch to remove dsm state file.
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Several fixes to array handling in ecpg.