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-12 02:53:57
Message-ID: E1drbKn-000064-1N@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/35e15688269a2af13f4cddff0c13536a9a42115d

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 Peter Eisentraut 2017-09-12 13:51:45 pgsql: Allow custom search filters to be configured for LDAP auth
Previous Message Tom Lane 2017-09-12 02:03:15 pgsql: Fix RecursiveCopy.pm to cope with disappearing files.