pgsql: Add regression tests for the fix committed by Tom for casting

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression tests for the fix committed by Tom for casting
Date: 2004-12-12 22:49:50
Message-ID: 20041212224950.ABE403A6790@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add regression tests for the fix committed by Tom for casting between
the row types of parent/child tables.

Modified Files:
--------------
pgsql/src/test/regress/expected:
inherit.out (r1.18 -> r1.19)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/inherit.out.diff?r1=1.18&r2=1.19)
pgsql/src/test/regress/sql:
inherit.sql (r1.8 -> r1.9)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/inherit.sql.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Sean Chittenden 2004-12-12 23:18:54 Re: pgsql: PREPARE and EXPLAIN need to copy the source query just like we
Previous Message Neil Conway 2004-12-12 22:49:33 Re: pgsql: Instead of supposing (wrongly, in the