aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-08-05 21:28:48 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-08-05 21:28:48 +0000
commit5d46ee4a4a59e5febf202ec53a965a4551724504 (patch)
treefd549d0b14152663b39a1c0b5e926ac1a8d272b1 /src/backend/access/gist/gistget.c
parenta3a8f237bdac86904053190d0f3b3c541e843456 (diff)
downloadpostgresql-5d46ee4a4a59e5febf202ec53a965a4551724504.tar.gz
postgresql-5d46ee4a4a59e5febf202ec53a965a4551724504.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/gistget.c')
0 files changed, 0 insertions, 0 deletions