pgsql: The particular table names used in the new inheritance regression

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The particular table names used in the new inheritance regression
Date: 2010-02-02 18:16:11
Message-ID: 20100202181611.209AF7541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-02-02 18:52:02 pgsql: Remove copyright mention of Andrew Yu, per author's permission.
Previous Message Michael Meskes 2010-02-02 16:09:12 pgsql: Fixed NaN/Infinity problems in ECPG for