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

From Gregory Stark
Subject Re: pgsql: Teach tuplestore.c to throw away data before the "mark" point
Date
Msg-id 87veek8ui5.fsf@oxford.xeocode.com
Whole thread Raw
In response to pgsql: Teach tuplestore.c to throw away data before the "mark" point  (tgl@postgresql.org (Tom Lane))
List 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 by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Remove unsupported -u option from pg_standby example usage.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair planner bug introduced in 8.2 by ability to rearrange