pgsql: Add more tests for CREATE SUBSCRIPTION

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add more tests for CREATE SUBSCRIPTION
Date: 2017-05-17 16:25:01
Message-ID: E1dB1kz-0007Ta-0u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more tests for CREATE SUBSCRIPTION

Add some tests for parsing different option combinations. Fix some of
the resulting error messages for recent changes in option naming.

Author: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3db22794b76eb0548f002f02a607ebcd101fc68e

Modified Files
--------------
src/backend/commands/subscriptioncmds.c | 10 +++++-----
src/test/regress/expected/subscription.out | 20 ++++++++++++++++++++
src/test/regress/sql/subscription.sql | 15 +++++++++++++++
3 files changed, 40 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-05-17 16:38:23 Re: [COMMITTERS] pgsql: Preventive maintenance in advance of pgindent run.
Previous Message Tom Lane 2017-05-17 16:24:37 pgsql: Make psql handle EOF during COPY FROM STDIN properly on all plat