pgsql: Add additional partition tests to pg_dump - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Add additional partition tests to pg_dump
Date
Msg-id E1gWMq7-0000EG-VL@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Remove dead code in toast_fetch_datum_slice
Next
From: Stephen Frost
Date:
Subject: pgsql: Add pg_dump test for empty OP class