Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Committers > pgsql: Do not a...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 17045 of 17643
Post > Topic >>

pgsql: Do not allow Unique nodes to be scanned backwards.

by tgl@[EMAIL PROTECTED] (Tom Lane) Aug 5, 2008 at 09:28 PM

Log Message:
-----------
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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        execAmi.c (r1.85.2.2 -> r1.85.2.3)
       
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execAmi.c?r1=1.85.2.2&r2=1.85.2.3)

-- 
Sent via pgsql-committers mailing list (pgsql-committers@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers
 




 1 Posts in Topic:
pgsql: Do not allow Unique nodes to be scanned backwards.
tgl@[EMAIL PROTECTED] (T  2008-08-05 21:28:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 7:13:32 CDT 2008.