Re: Missing results from scroll cursor in PostgreSQL 8.3.3? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Missing results from scroll cursor in PostgreSQL 8.3.3?
Date
Msg-id 9506.1222365705@sss.pgh.pa.us
Whole thread Raw
In response to Re: Missing results from scroll cursor in PostgreSQL 8.3.3?  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> Seems like GIST should be able to fake a backwards scan if needed.

Well, it tries --- there is logic in there that pays attention to the
scan direction.  Like I say, I don't know the extent of the difficulty.

If we were to decide that it's unfixable, the right thing would be to
have the planner stick a materialize node on top, rather than invent
a specialized kluge for GIST.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Missing results from scroll cursor in PostgreSQL 8.3.3?
Next
From: Bruce Momjian
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches