[COMMITTERS] pgsql: Add some more tests for tuple routing. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Add some more tests for tuple routing.
Date
Msg-id E1cTwDP-0005hi-Pb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some more tests for tuple routing.

Commit a25665088d812d08bb888e961f208eaebf522050 fixed some issues with
how PartitionDispatch related code handled multi-level partitioned
tables, but didn't add any tests.

Discussion: http://postgr.es/m/CA%2BTgmoZ86v1G%2Bzx9etMiSQaBBvYMKfU-iitqZArSh5z0n8Q4cA%40mail.gmail.com

Amit Langote, per a complaint from me.

Branch
------
master

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

Modified Files
--------------
src/test/regress/expected/insert.out | 38 +++++++++++++++++++++++++++++++++++-
src/test/regress/sql/insert.sql      | 18 +++++++++++++++++
2 files changed, 55 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Update information_schema queries and system views for newrelki
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Avoid use of DROP TABLE .. CASCADE in partitioning tests.