Check connection info string in ALTER SUBSCRIPTION
Previously it would allow an invalid connection string to be set.
Author: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>
Reported-by: tushar <tushar(dot)ahuja(at)enterprisedb(dot)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(+)