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 16:35:38
Message-ID: E1jqJEQ-0001Mv-DD@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e576f71fbe713d9357d1b480b4993043f7fcc73a

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 Michael Meskes 2020-06-30 18:19:47 pgsql: Fix ecpg crash with bytea and cursor variables.
Previous Message Bruce Momjian 2020-06-30 16:27:07 pgsql: doc: clarify that storage parameter values are optional