pgsql: Add an ORDER BY to one more SELECT DISTINCT test case, per - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add an ORDER BY to one more SELECT DISTINCT test case, per
Date
Msg-id 20080805151759.8552A755315@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add an ORDER BY to one more SELECT DISTINCT test case, per buildfarm results.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        select_distinct.out (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/select_distinct.out?r1=1.6&r2=1.7)
    pgsql/src/test/regress/sql:
        select_distinct.sql (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/select_distinct.sql?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: In ReadOrZeroBuffer (and related entry points), don't bother to
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Department of second thoughts: fix newly-added code in planner.c