pgsql: Fix ecpg crash with bytea and cursor variables.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Fix ecpg crash with bytea and cursor variables.
Дата
Msg-id E1jqJEQ-0001Mw-Dc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ecpg crash with bytea and cursor variables.

Author: Jehan-Guillaume de Rorthais <jgdr@dalibo.com>

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6425d6f6aa1af8b2db94ade64107fb268a7f114c

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.header            |   9 +-
src/interfaces/ecpg/test/expected/sql-bytea.c      | 141 +++++++++++++++------
src/interfaces/ecpg/test/expected/sql-bytea.stderr | 125 ++++++++++++------
src/interfaces/ecpg/test/expected/sql-bytea.stdout |   1 +
src/interfaces/ecpg/test/sql/bytea.pgc             |  13 +-
5 files changed, 201 insertions(+), 88 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: clarify that storage parameter values are optional
Следующее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix ecpg crash with bytea and cursor variables.