pgsql: Add ORDER BY to a query on information_schema.views, to avoid - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add ORDER BY to a query on information_schema.views, to avoid
Date
Msg-id 20070215050503.C822A9FB74C@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add ORDER BY to a query on information_schema.views, to avoid possible
platform-specific result ordering.  Per buildfarm results.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        xml.out (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out.diff?r1=1.14&r2=1.15)
        xml_1.out (r1.12 -> r1.13)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out.diff?r1=1.12&r2=1.13)
    pgsql/src/test/regress/sql:
        xml.sql (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql.diff?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Repair oversight in 8.2 change that improved the handling of
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: plpsm - plpgpsm: allows stacked diagnostics entry for exceptions get