Put back gistgettuple's check for backwards scan request.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 04910a3ad5cd2901558da2a4fad9a2e2819348aa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-12-04T03:43:01Z
Releases: 9.1.0
Put back gistgettuple's check for backwards scan request.

On reflection it's a bad idea for the KNNGIST patch to have removed that.
We don't want it silently returning incorrect answers.

Files

PathChange+/−
src/backend/access/gist/gistget.c modified +4 −0