Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ... - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Date
Msg-id 16646.1047178582@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...  (Joe Conway <mail@joeconway.com>)
Responses Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
List pgsql-committers
Joe Conway <mail@joeconway.com> writes:
> So if I understand this correctly, tuplestore_donestoring() is not used
> anymore (and doen't even exist)? Anything else changed in tuplestore
> behavior? I have to update PL/R also for this.

Yeah, I got rid of it.  I was considering leaving it present as a no-op
routine, but felt there weren't enough users to justify any backwards-
compatibility concern.  But I'm open to argument if you think different.

The principal change in behavior is that you can start fetching tuples
from the tuplestore before you've stored 'em all; there are separate
read and write pointers.  Dunno if this is of any value to you, but
it's there if you can find a use.

            regards, tom lane

pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Next
From: Joe Conway
Date:
Subject: Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...