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