Check connection info string in ALTER SUBSCRIPTION Previously it would allow an invalid connection string to be set.
Author: Petr Jelinek <[email protected]> Reported-by: tushar <[email protected]> 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(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
