git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: c78248c) | patch
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tue, 5 Aug 2008 21:28:29 +0000 (21:28 +0000)
Tue, 5 Aug 2008 21:28:29 +0000 (21:28 +0000)
commit 3d40d5e70ebe21b7d52467987bffad8aea16f29b
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.
src/backend/executor/execAmi.c diff | blob | blame | history
src/backend/executor/nodeUnique.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /