Re: pgsql: Teach tuplestore.c to throw away data before the "mark" point

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: pgsql: Teach tuplestore.c to throw away data before the "mark" point
Дата
Msg-id 87veek8ui5.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на pgsql: Teach tuplestore.c to throw away data before the "mark" point  (tgl@postgresql.org (Tom Lane))
Список pgsql-committers
"Tom Lane" <tgl@postgresql.org> writes:

> Log Message:
> -----------
> Teach tuplestore.c to throw away data before the "mark" point when the caller
> is using mark/restore but not rewind or backward-scan capability.
>...
> Greg Stark, with some kibitzing from Tom Lane.

Fwiw most of this code -- and by the sounds of it, all the code actually
committed -- came from Simon Riggs.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com


В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Remove unsupported -u option from pg_standby example usage.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Repair planner bug introduced in 8.2 by ability to rearrange