aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-08-05 21:28:36 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-08-05 21:28:36 +0000
commitd116bebda9eda46c960dcd2bf1cb5ee25223f5b7 (patch)
tree1097b26c9442d531161c009b4f21facb66b34748 /src/backend/access/gist
parent6bf23357262765f263db57cae59a4f345bce3de6 (diff)
downloadpostgresql-d116bebda9eda46c960dcd2bf1cb5ee25223f5b7.tar.gz
postgresql-d116bebda9eda46c960dcd2bf1cb5ee25223f5b7.zip
Do not allow Unique nodes to be scanned backwards. The code claimed that it
would work, but in fact it didn't return the same rows when moving backwards as when moving forwards. This would have no visible effect in a DISTINCT query (at least assuming the column datatypes use a strong definition of equality), but it gave entirely wrong answers for DISTINCT ON queries.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions