pgsql: Add pg_dump test for empty OP class

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add pg_dump test for empty OP class
Date: 2018-12-10 15:14:21
Message-ID: E1gWNGH-0000jp-7x@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add pg_dump test for empty OP class

This adds a pg_dump test for an empty operator class.

Author: Michael Paquier
Discussion: https://postgr.es/m/20181208011142.GU3415@tamriel.snowman.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eeeb1dfc87fafe1cf4332c09692779662a95511e

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 15 +++++++++++++++
1 file changed, 15 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-10 15:38:57 pgsql: Make TupleDescInitBuiltinEntry throw error for unsupported types
Previous Message Stephen Frost 2018-12-10 14:47:19 pgsql: Add additional partition tests to pg_dump