Re: make some internal SRF functions use output parameters

Lists: pgsql-patches
From: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: make some internal SRF functions use output parameters
Date: 2008-08-25 06:15:49
Message-ID: 3073cc9b0808242315v6ce82077o75fba36b526a54dd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Hi,

attached the patch i offer to make some internal SRF functions use
output parameters.

--
regards,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. (593) 87171157

Attachment Content-Type Size
srf.patch text/x-diff 21.8 KB

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: make some internal SRF functions use output parameters
Date: 2008-08-25 11:18:57
Message-ID: 48B29521.7060400@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Jaime Casanova wrote:
> Hi,
>
> attached the patch i offer to make some internal SRF functions use
> output parameters.

Thanks!

Applied, along with the required catversion update.

//Magnus