pgsql: Properly handle empty arrays returned from plperl functions.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly handle empty arrays returned from plperl functions.
Date: 2011-08-17 16:04:16
Message-ID: E1QtibI-0006Jt-6T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2011-08-17 16:12:49 Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma
Previous Message Andrew Dunstan 2011-08-17 16:04:06 pgsql: Properly handle empty arrays returned from plperl functions.