pgsql: The particular table names used in the new inheritance regression - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: The particular table names used in the new inheritance regression
Date
Msg-id 20100202181611.209AF7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
The particular table names used in the new inheritance regression test are
prone to sort differently in different locales, as seen in buildfarm results.
Let's cast to name not text to avoid that.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        inherit.out (r1.32 -> r1.33)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/inherit.out?r1=1.32&r2=1.33)
    pgsql/src/test/regress/sql:
        inherit.sql (r1.16 -> r1.17)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/inherit.sql?r1=1.16&r2=1.17)

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Fixed NaN/Infinity problems in ECPG for
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove copyright mention of Andrew Yu, per author's permission.