Re: return_next for plperl

From: Abhijit Menon-Sen <ams(at)oryx(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, plperlng-devel(at)pgfoundry(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: return_next for plperl
Date: 2005-06-05 02:35:58
Message-ID: 20050605023558.GA15882@penne.toroid.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

At 2005-06-04 17:27:10 -0500, andrew(at)dunslane(dot)net wrote:
>
> > OK, would you please submit a patch to fix it. Thanks.
>
> I will unless someone beats me to it in the next 2 weeks

Here's a patch to do the following:

1. Rename spi_return_next to return_next.
2. Add a new test for return_next.
3. Update the expected output.
4. Update the documentation.

-- ams

Attachment Content-Type Size
0 text/plain 10.8 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-05 03:16:26 Re: return_next for plperl
Previous Message Bruce Momjian 2005-06-05 02:08:04 Re: [HACKERS] Bgwriter behavior