pgsql: Add more subscription DDL tests

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add more subscription DDL tests
Date: 2017-03-25 01:49:12
Message-ID: E1crapM-0004UN-D6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more subscription DDL tests

Add more tests for various variants of subscription DDL commands, based
on code coverage report. Fix a small bug discovered by that.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 2 +-
src/test/regress/expected/subscription.out | 29 +++++++++++++++++++++++++++++
src/test/regress/sql/subscription.sql | 27 +++++++++++++++++++++++++++
3 files changed, 57 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-25 02:28:07 Re: pgsql: ICU support
Previous Message David Rowley 2017-03-25 00:32:16 Re: pgsql: ICU support