pgsql: Fix ecpg crash with bytea and cursor variables.

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

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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/70dc45e8cb76e0c612648ccefc433b7fb2b16c2b

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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix ecpg crash with bytea and cursor variables.
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Further adjustments to Hashagg EXPLAIN ANALYZE output