Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Дата
Msg-id 16646.1047178582@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...  (Joe Conway <mail@joeconway.com>)
Ответы Re: pgsql-server/ ontrib/tablefunc/tablefunc.c rc/ ...
Список 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 по дате отправления: