pgsql: Improve regression test for #8410.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve regression test for #8410.
Date: 2013-08-31 01:41:03
Message-ID: E1VFaBT-0004US-3y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve regression test for #8410.

The previous version of the query disregarded the result of the MergeAppend
instead of checking its results.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/abd3f8ca4b84707adba2e6d69413c724715cceb3

Modified Files
--------------
src/test/regress/expected/inherit.out | 49 ++++++++++++++++-----------------
src/test/regress/sql/inherit.sql | 16 +++++------
2 files changed, 32 insertions(+), 33 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-09-01 03:53:47 pgsql: Update 9.3 release notes.
Previous Message Tom Lane 2013-08-30 23:28:02 pgsql: Add test case for bug #8410.