pgsql: Fixed ECPG to correctly handle out-of-scope cursor declarations

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed ECPG to correctly handle out-of-scope cursor declarations
Date: 2017-09-18 21:08:55
Message-ID: E1du3Hj-0008Pj-7p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixed ECPG to correctly handle out-of-scope cursor declarations with pointers
or array variables.

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.header | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-18 21:29:46 pgsql: Stamp 10rc1.
Previous Message Tom Lane 2017-09-18 20:36:34 pgsql: Minor code-cleanliness improvements for btree.