pgsql: Fix closing of incorrectly named cursor.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix closing of incorrectly named cursor.
Date: 2018-03-17 17:15:43
Message-ID: E1exFQl-0005lU-Ly@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix closing of incorrectly named cursor.

Patch by "Shinoda, Noriyoshi" <noriyoshi(dot)shinoda(at)hpe(dot)com>

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/test/compat_oracle/char_array.pgc | 2 +-
src/interfaces/ecpg/test/expected/compat_oracle-char_array.c | 4 ++--
.../ecpg/test/expected/compat_oracle-char_array.stderr | 12 +++---------
3 files changed, 6 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-03-17 19:00:11 pgsql: Fix WHERE CURRENT OF when the referenced cursor uses an index-on
Previous Message Tom Lane 2018-03-17 16:47:57 Re: pgsql: Set libpq sslcompression to off by default