pgsql: Add test case for bug #8410.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add test case for bug #8410.
Date: 2013-08-30 23:28:02
Message-ID: E1VFY6k-0002RO-2M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add test case for bug #8410.

Per Andres Freund.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/inherit.out | 41 +++++++++++++++++++++++++++++++++
src/test/regress/sql/inherit.sql | 20 ++++++++++++++++
2 files changed, 61 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-08-31 01:41:03 pgsql: Improve regression test for #8410.
Previous Message Tom Lane 2013-08-30 23:16:11 pgsql: Reset the binary heap in MergeAppend rescans.