pgsql: Fix ecpglib regression that made it impossible to close acursor

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Fix ecpglib regression that made it impossible to close acursor
Дата
Msg-id E1h3MhP-00006j-5g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ecpglib regression that made it impossible to close a cursor that was
opened in a prepared statement.

Patch by: "Kuroda, Hayato" <kuroda.hayato@jp.fujitsu.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98bdaab0d918169a36d64a06667a809c673ec065

Modified Files
--------------
src/interfaces/ecpg/ecpglib/cursor.c | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove unused macro
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: In guc.c, ignore ERANGE errors from strtod().