pgsql: Fix regression tests for psql \d view patch

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix regression tests for psql \d view patch
Date: 2009-11-03 14:52:10
Message-ID: 20091103145210.81B65753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix regression tests for psql \d view patch

Modified Files:
--------------
pgsql/src/test/regress/expected:
polymorphism.out (r1.21 -> r1.22)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/polymorphism.out?r1=1.21&r2=1.22)
pgsql/src/test/regress/sql:
polymorphism.sql (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/polymorphism.sql?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-11-03 21:28:10 pgsql: Build bzip2 tarball in dist target as well
Previous Message Tom Lane 2009-11-03 14:33:40 Re: pgsql: In psql, show view definition only with \d+, not with \d The