Re: SRF memory mgmt patch - Mailing list pgsql-patches

From Tatsuo Ishii
Subject Re: SRF memory mgmt patch
Date
Msg-id 20020830.102548.26275686.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: SRF memory mgmt patch (was [HACKERS] Concern about memory management with SRFs)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
> Joe Conway <mail@joeconway.com> writes:
> > Here's a patch to address Tom's SRF API memory management concerns, as
> > discussed earlier today on HACKERS.
>
> Patch committed.
>
> It seemed to me that pgstattuple.c does not really want to be an SRF,
> but only a function returning a single tuple.

Thank you for modifying pgstattuple.c. You are right, it does not want
to return more than 1 tuple.

> As such, it can provide
> a fine example of using the funcapi.h tuple-building machinery *without*
> the SRF machinery.  I changed it accordingly, but am not able to update
> README.pgstattuple.euc_jp; Tatsuo-san, would you handle that?

Sure. I'll take care of that.
--
Tatsuo Ishii

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: SRF memory mgmt patch (was [HACKERS] Concern about memory management with SRFs)
Next
From: Joe Conway
Date:
Subject: Re: SRF memory mgmt patch