aboutsummaryrefslogtreecommitdiff
path: root/src/backend/optimizer
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-08-05 21:28:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-08-05 21:28:29 +0000
commit3d40d5e70ebe21b7d52467987bffad8aea16f29b (patch)
treeb7fb0cd8a67b77ed297451481c956cba430aa3f2 /src/backend/optimizer
parentc78248c91d5147a45907cb05d2c424cf4a3a792d (diff)
downloadpostgresql-3d40d5e70ebe21b7d52467987bffad8aea16f29b.tar.gz
postgresql-3d40d5e70ebe21b7d52467987bffad8aea16f29b.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/optimizer')
0 files changed, 0 insertions, 0 deletions