[COMMITTERS] pgsql: Check connection info string in ALTER SUBSCRIPTION - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Check connection info string in ALTER SUBSCRIPTION
Date
Msg-id E1d7n1F-0000mH-0n@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Check connection info string in ALTER SUBSCRIPTION

Previously it would allow an invalid connection string to be set.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
Reported-by: tushar <tushar.ahuja@enterprisedb.com>

Branch
------
master

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

Modified Files
--------------
src/backend/commands/subscriptioncmds.c    | 5 +++++
src/test/regress/expected/subscription.out | 4 ++++
src/test/regress/sql/subscription.sql      | 3 +++
3 files changed, 12 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Last-minute updates for release notes.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Further patch rangetypes_selfuncs.c's statistics slotmanagement