pgsql: Fix ecpg crash with bytea and cursor variables.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ecpg crash with bytea and cursor variables.
Date: 2020-06-30 18:19:47
Message-ID: E1jqKrD-0001wv-RC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ecpg crash with bytea and cursor variables.

Author: Jehan-Guillaume de Rorthais <jgdr(at)dalibo(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-06-30 23:06:24 Re: pgsql: Enable Unix-domain sockets support on Windows
Previous Message Michael Meskes 2020-06-30 16:35:38 pgsql: Fix ecpg crash with bytea and cursor variables.