pgsql: Fix ecpg crash with bytea and cursor variables. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Fix ecpg crash with bytea and cursor variables.
Date
Msg-id E1jqKrD-0001wv-RC@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Fix ecpg crash with bytea and cursor variables.
Next
From: David Rowley
Date:
Subject: pgsql: Further adjustments to Hashagg EXPLAIN ANALYZE output