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

From: Gregory Stark <stark(at)enterprisedb(dot)com>
To: "Tom Lane" <tgl(at)postgresql(dot)org>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Teach tuplestore.c to throw away data before the "mark" point
Date: 2007-05-22 20:37:38
Message-ID: 87veek8ui5.fsf@oxford.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


"Tom Lane" <tgl(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-05-22 23:23:59 pgsql: Repair planner bug introduced in 8.2 by ability to rearrange
Previous Message Alvaro Herrera 2007-05-22 15:31:44 pgsql: Remove unsupported -u option from pg_standby example usage.