pgsql: Add test case for bug #8410. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add test case for bug #8410.
Date
Msg-id E1VFY6k-0002RQ-3d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add test case for bug #8410.

Per Andres Freund.

Branch
------
REL9_3_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Reset the binary heap in MergeAppend rescans.
Next
From: Tom Lane
Date:
Subject: pgsql: Improve regression test for #8410.