pgsql: Add additional partition tests to pg_dump

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add additional partition tests to pg_dump
Date: 2018-12-10 14:47:19
Message-ID: E1gWMq7-0000EG-VL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add additional partition tests to pg_dump

This adds a few tests for non-inherited constraints.

Author: Amit Langote
Discussion: https://postgr.es/m/20181208001735.GT3415%40tamriel.snowman.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d7eeb1b14925fd4ba6d2d7012636489570eaee8

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 10 +++++--
src/test/regress/expected/create_table.out | 45 ++++++++++++++++++++----------
src/test/regress/sql/create_table.sql | 23 ++++++++++++---
3 files changed, 57 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-12-10 15:14:21 pgsql: Add pg_dump test for empty OP class
Previous Message Stephen Frost 2018-12-10 14:32:07 pgsql: Remove dead code in toast_fetch_datum_slice