Re: 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: Re: pgsql: Properly handle empty arrays returned from plperl functions.
Date: 2011-08-17 16:41:47
Message-ID: 4E4BEF4B.6060401@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Wow, sorry for the noise. I guess I'll be more careful about reusing a
commit-message file.

cheers

andrew

On 08/17/2011 12:04 PM, Andrew Dunstan wrote:
> Properly handle empty arrays returned from plperl functions.
>
> Bug reported by David Wheeler, fix by Alex Hunsaker.
> # Please enter the commit message for your changes. Lines starting
> # with '#' will be ignored, and an empty message aborts the commit.
> # On branch master
> # Changes to be committed:
> # (use "git reset HEAD<file>..." to unstage)
> #
> # modified: src/pl/plperl/plperl.c
> #
> # Untracked files:
> # (use "git add<file>..." to include in what will be committed)
> #
> # autom4te.cache/
> # configure.in~
> # doc/src/sgml/ref/grant.sgml~
> # src/backend/port/win32_latch.c~
> # src/bin/psql/command.c~
> # src/include/pg_config.h.win32~
> # src/pl/plpython/plpython.c~
> # src/tools/msvc/pgbison.bat~
> # src/tools/msvc/pgbison.pl.bak
> # src/tools/msvc/pgflex.bat~
> # src/tools/msvc/pgflex.pl.bak
> # src/tools/pgindent/README~
> # src/tools/pgindent/pgindent.pl
> # src/tools/pgindent/pgindent.pl~
> # xxxxx
> # yyyyyy
>
> Branch
> ------
> REL9_1_STABLE
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/22a55b3af687806e6b3a08a131d00541774eaade
>
> Modified Files
> --------------
> src/pl/plperl/plperl.c | 10 +++++++---
> 1 files changed, 7 insertions(+), 3 deletions(-)
>
>

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-08-17 16:53:42 Re: pgsql: Properly handle empty arrays returned from plperl functions.
Previous Message David Fetter 2011-08-17 16:31:14 Re: [COMMITTERS] pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma