pgsql: Properly handle empty arrays returned from plperl functions.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Properly handle empty arrays returned from plperl functions.
Дата
Msg-id E1QtibI-0006Jt-6T@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Properly handle empty arrays returned from plperl functions.

Bug reported by David Wheeler, fix by Alex Hunsaker.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/68c903a66ce6f766a8c99d07034374109859624f

Modified Files
--------------
src/pl/plperl/plperl.c |   10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Properly handle empty arrays returned from plperl functions.
Следующее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma