pgsql: Remove newly-added regression test cases that referenced

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove newly-added regression test cases that referenced
Date: 2008-12-15 16:52:16
Message-ID: 20081215165216.1A2E27563FE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove newly-added regression test cases that referenced pg_stats.
The proposed fix for this is a behavioral change that probably shouldn't
get back-patched, and it doesn't seem worth putting a workaround into
a back branch.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/test/regress/sql:
polymorphism.sql (r1.5.2.1 -> r1.5.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/polymorphism.sql?r1=1.5.2.1&r2=1.5.2.2)
pgsql/src/test/regress/expected:
polymorphism.out (r1.12.2.1 -> r1.12.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/polymorphism.out?r1=1.12.2.1&r2=1.12.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-12-15 18:09:41 pgsql: Arrange for the pg_foo_is_visible and has_foo_privilege families
Previous Message Michael Meskes 2008-12-15 15:34:07 pgsql: Do not try to change a const variable.