[COMMITTERS] pgsql: Add more tests for CREATE SUBSCRIPTION - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add more tests for CREATE SUBSCRIPTION
Date
Msg-id E1dB1kz-0007Ta-0u@gemulon.postgresql.org
Whole thread Raw
List 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.mshk@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make psql handle EOF during COPY FROM STDIN properly on allplat
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Remove redundant has_null member from PartitionBoundInfoData.