Обсуждение: [COMMITTERS] pgsql: Add more tests for CREATE SUBSCRIPTION

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Add more tests for CREATE SUBSCRIPTION

От
Peter Eisentraut
Дата:
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(-)